summaryrefslogtreecommitdiff
path: root/tests/input/func_noerror_cycle/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/input/func_noerror_cycle/__init__.py')
-rw-r--r--tests/input/func_noerror_cycle/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/input/func_noerror_cycle/__init__.py b/tests/input/func_noerror_cycle/__init__.py
index fd8d14ec2..0a0ca7e19 100644
--- a/tests/input/func_noerror_cycle/__init__.py
+++ b/tests/input/func_noerror_cycle/__init__.py
@@ -1,3 +1,3 @@
-# https://github.com/PyCQA/pylint/issues/3525
+# https://github.com/pylint-dev/pylint/issues/3525
# `cyclic-import` should not be emitted if one import
# is guarded by `typing.TYPE_CHECKING`