diff options
| author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2023-03-29 13:54:24 +0200 |
|---|---|---|
| committer | Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com> | 2023-03-29 19:19:40 +0200 |
| commit | 6714f15531c78d98860d8b17123d4308205aecc6 (patch) | |
| tree | 701adef92867cc5f5d974d64446b72c3ab7363b4 /tests/testdata/python3/data/metaclass_recursion/monkeypatch.py | |
| parent | 7d76924a8ef0053be6484fe12e8c6c23d7145ab5 (diff) | |
| download | astroid-git-6714f15531c78d98860d8b17123d4308205aecc6.tar.gz | |
[PyCQA migration] Upgrade links to the repositories in code and doc
Diffstat (limited to 'tests/testdata/python3/data/metaclass_recursion/monkeypatch.py')
| -rw-r--r-- | tests/testdata/python3/data/metaclass_recursion/monkeypatch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testdata/python3/data/metaclass_recursion/monkeypatch.py b/tests/testdata/python3/data/metaclass_recursion/monkeypatch.py index 757bb3f8..0f16a3b5 100644 --- a/tests/testdata/python3/data/metaclass_recursion/monkeypatch.py +++ b/tests/testdata/python3/data/metaclass_recursion/monkeypatch.py @@ -1,4 +1,4 @@ -# https://github.com/PyCQA/astroid/issues/749 +# https://github.com/pylint-dev/astroid/issues/749 # Not an actual module but allows us to reproduce the issue from tests.testdata.python3.data.metaclass_recursion import parent |
