summaryrefslogtreecommitdiff
path: root/tests/functional/r/regression_02/regression_too_many_arguments_2335.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/r/regression_02/regression_too_many_arguments_2335.py')
-rw-r--r--tests/functional/r/regression_02/regression_too_many_arguments_2335.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/r/regression_02/regression_too_many_arguments_2335.py b/tests/functional/r/regression_02/regression_too_many_arguments_2335.py
index 55aa87308..896bb320e 100644
--- a/tests/functional/r/regression_02/regression_too_many_arguments_2335.py
+++ b/tests/functional/r/regression_02/regression_too_many_arguments_2335.py
@@ -1,6 +1,6 @@
"""Test that `abc.ABCMeta.__new__` does not trigger too-many-function-arguments when referred
-https://github.com/PyCQA/pylint/issues/2335
+https://github.com/pylint-dev/pylint/issues/2335
"""
# pylint: disable=missing-class-docstring,unused-argument,arguments-differ
from abc import ABCMeta