summaryrefslogtreecommitdiff
path: root/pylint/extensions/for_any_all.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/extensions/for_any_all.py')
-rw-r--r--pylint/extensions/for_any_all.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/pylint/extensions/for_any_all.py b/pylint/extensions/for_any_all.py
index 2086fa4b1..915fae8a3 100644
--- a/pylint/extensions/for_any_all.py
+++ b/pylint/extensions/for_any_all.py
@@ -66,8 +66,4 @@ class ConsiderUsingAnyOrAllChecker(BaseChecker):
def register(linter: "PyLinter") -> None:
- """Required method to auto register this checker.
-
- :param linter: Main interface object for Pylint plugins
- """
linter.register_checker(ConsiderUsingAnyOrAllChecker(linter))