summaryrefslogtreecommitdiff
path: root/pylint/reporters/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/reporters/__init__.py')
-rw-r--r--pylint/reporters/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/reporters/__init__.py b/pylint/reporters/__init__.py
index 39cf5fb0a..65231e287 100644
--- a/pylint/reporters/__init__.py
+++ b/pylint/reporters/__init__.py
@@ -36,7 +36,7 @@ if TYPE_CHECKING:
def initialize(linter: "PyLinter") -> None:
"""initialize linter with reporters in this package"""
- utils.register_plugins(linter, __path__[0]) # type: ignore # Fixed in https://github.com/python/mypy/pull/9454
+ utils.register_plugins(linter, __path__[0]) # type: ignore[name-defined] # Fixed in https://github.com/python/mypy/pull/9454
__all__ = [