summaryrefslogtreecommitdiff
path: root/tests/functional/ext/redefined_variable_type/regression_newtype_fstring.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/ext/redefined_variable_type/regression_newtype_fstring.py')
-rw-r--r--tests/functional/ext/redefined_variable_type/regression_newtype_fstring.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/ext/redefined_variable_type/regression_newtype_fstring.py b/tests/functional/ext/redefined_variable_type/regression_newtype_fstring.py
index 1e3cb2808..d06bf4751 100644
--- a/tests/functional/ext/redefined_variable_type/regression_newtype_fstring.py
+++ b/tests/functional/ext/redefined_variable_type/regression_newtype_fstring.py
@@ -1,5 +1,5 @@
"""Regression test for issue 5770: NewType created with f-string
-See: https://github.com/PyCQA/pylint/issues/5770
+See: https://github.com/pylint-dev/pylint/issues/5770
"""
from typing import NewType