summaryrefslogtreecommitdiff
path: root/tests/functional/a/alternative/alternative_union_syntax_regession_8119.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/a/alternative/alternative_union_syntax_regession_8119.py')
-rw-r--r--tests/functional/a/alternative/alternative_union_syntax_regession_8119.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/a/alternative/alternative_union_syntax_regession_8119.py b/tests/functional/a/alternative/alternative_union_syntax_regession_8119.py
index 8ec199958..6859e65a7 100644
--- a/tests/functional/a/alternative/alternative_union_syntax_regession_8119.py
+++ b/tests/functional/a/alternative/alternative_union_syntax_regession_8119.py
@@ -2,7 +2,7 @@
Syntax support was added in Python 3.10.
The code snipped should not raise any errors.
-https://github.com/PyCQA/pylint/issues/8119
+https://github.com/pylint-dev/pylint/issues/8119
"""
# pylint: disable=missing-docstring,too-few-public-methods
from typing import Generic, TypeVar