We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b36c5 commit fe77b24Copy full SHA for fe77b24
python/runfiles/runfiles.py
@@ -28,7 +28,7 @@
28
import os
29
import posixpath
30
import sys
31
-from typing import Dict, Iterator, List, Mapping, Optional, Tuple, Union
+from typing import Dict, Iterator, Optional, Tuple, Union
32
33
34
class _RepositoryMapping(collections.abc.Mapping):
0 commit comments