summaryrefslogtreecommitdiff
path: root/tests/functional/u/unreachable.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/u/unreachable.py')
-rw-r--r--tests/functional/u/unreachable.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/u/unreachable.py b/tests/functional/u/unreachable.py
index 0211a6136..e59ad218f 100644
--- a/tests/functional/u/unreachable.py
+++ b/tests/functional/u/unreachable.py
@@ -25,7 +25,7 @@ def func4():
return 1 / 0 # [unreachable]
-# https://github.com/PyCQA/pylint/issues/4698
+# https://github.com/pylint-dev/pylint/issues/4698
def func5():
"""Empty generator functions should be allowed."""
return