summaryrefslogtreecommitdiff
path: root/pylint/checkers/base
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/checkers/base')
-rw-r--r--pylint/checkers/base/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pylint/checkers/base/__init__.py b/pylint/checkers/base/__init__.py
index 38b43badd..f427cbf21 100644
--- a/pylint/checkers/base/__init__.py
+++ b/pylint/checkers/base/__init__.py
@@ -2,6 +2,8 @@
# For details: https://github.com/PyCQA/pylint/blob/main/LICENSE
# Copyright (c) https://github.com/PyCQA/pylint/blob/main/CONTRIBUTORS.txt
+# pylint: disable=duplicate-code # This is similar to the __init__ of .name_checker
+
from __future__ import annotations
__all__ = [