We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be82bf7 commit ef9d497Copy full SHA for ef9d497
mypy/test/testmodulediscovery.py
@@ -17,7 +17,7 @@ def tear_down(self) -> None:
17
self._teardown_mock_filesystem()
18
find_module_clear_caches()
19
20
- def _list_dir(self, path: str) -> List:
+ def _list_dir(self, path: str) -> List[str]:
21
res = set()
22
23
if not path.endswith(os.path.sep):
0 commit comments