summaryrefslogtreecommitdiff
path: root/tests/functional/u/unused/unused_import_everything_disabled.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/u/unused/unused_import_everything_disabled.py')
-rw-r--r--tests/functional/u/unused/unused_import_everything_disabled.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional/u/unused/unused_import_everything_disabled.py b/tests/functional/u/unused/unused_import_everything_disabled.py
index 381cd012f..3c7d6c9ec 100644
--- a/tests/functional/u/unused/unused_import_everything_disabled.py
+++ b/tests/functional/u/unused/unused_import_everything_disabled.py
@@ -1,7 +1,7 @@
"""Test that unused-import is not emitted here when everything else is disabled
-https://github.com/PyCQA/pylint/issues/3445
-https://github.com/PyCQA/pylint/issues/6089
+https://github.com/pylint-dev/pylint/issues/3445
+https://github.com/pylint-dev/pylint/issues/6089
"""
from math import e, pi
from os import environ