summaryrefslogtreecommitdiff
path: root/tests/functional/u/unused/unused_typing_imports.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/u/unused/unused_typing_imports.py')
-rw-r--r--tests/functional/u/unused/unused_typing_imports.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/u/unused/unused_typing_imports.py b/tests/functional/u/unused/unused_typing_imports.py
index 7de4e411b..3b9b7aa06 100644
--- a/tests/functional/u/unused/unused_typing_imports.py
+++ b/tests/functional/u/unused/unused_typing_imports.py
@@ -1,5 +1,5 @@
# pylint: disable=missing-docstring
-"""Regression test for https://github.com/PyCQA/pylint/issues/1168
+"""Regression test for https://github.com/pylint-dev/pylint/issues/1168
The problem was that we weren't handling keyword-only arguments annotations,
which means we were never processing them.