Skip to content

Commit ef9d497

Browse files
committed
refix
1 parent be82bf7 commit ef9d497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/test/testmodulediscovery.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def tear_down(self) -> None:
1717
self._teardown_mock_filesystem()
1818
find_module_clear_caches()
1919

20-
def _list_dir(self, path: str) -> List:
20+
def _list_dir(self, path: str) -> List[str]:
2121
res = set()
2222

2323
if not path.endswith(os.path.sep):

0 commit comments

Comments
 (0)