summaryrefslogtreecommitdiff
path: root/tests/test_self.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_self.py')
-rw-r--r--tests/test_self.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_self.py b/tests/test_self.py
index 8441a5acb..2401bb28f 100644
--- a/tests/test_self.py
+++ b/tests/test_self.py
@@ -56,7 +56,7 @@ from unittest import mock
from unittest.mock import patch
import pytest
-from py._path.local import LocalPath # type: ignore
+from py._path.local import LocalPath # type: ignore[import]
from pylint import extensions, modify_sys_path
from pylint.constants import MAIN_CHECKER_NAME, MSG_TYPES_STATUS