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 271975bb5..420154d54 100644
--- a/pylint/reporters/__init__.py
+++ b/pylint/reporters/__init__.py
@@ -37,7 +37,7 @@ if TYPE_CHECKING:
def initialize(linter: "PyLinter") -> None:
"""initialize linter with reporters in this package"""
- utils.register_plugins(linter, __path__[0]) # type: ignore[name-defined] # Fixed in https://github.com/python/mypy/pull/9454
+ utils.register_plugins(linter, __path__[0])
__all__ = [