Skip to content

Commit fe77b24

Browse files
committed
Remove unused imports
1 parent 79b36c5 commit fe77b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/runfiles/runfiles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import os
2929
import posixpath
3030
import sys
31-
from typing import Dict, Iterator, List, Mapping, Optional, Tuple, Union
31+
from typing import Dict, Iterator, Optional, Tuple, Union
3232

3333

3434
class _RepositoryMapping(collections.abc.Mapping):

0 commit comments

Comments
 (0)