summaryrefslogtreecommitdiff
path: root/tests/functional/c/comparison_with_callable_typing_constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/c/comparison_with_callable_typing_constants.py')
-rw-r--r--tests/functional/c/comparison_with_callable_typing_constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/c/comparison_with_callable_typing_constants.py b/tests/functional/c/comparison_with_callable_typing_constants.py
index 70aa9763f..487edc80f 100644
--- a/tests/functional/c/comparison_with_callable_typing_constants.py
+++ b/tests/functional/c/comparison_with_callable_typing_constants.py
@@ -6,7 +6,7 @@ from typing import Any, Optional
def check_any(type_) -> bool:
- """See https://github.com/PyCQA/pylint/issues/5557"""
+ """See https://github.com/pylint-dev/pylint/issues/5557"""
return type_ == Any