8000 remove unnecessary import. became unnecessary in https://github.com/d… · reiyw/rules_python@c6970fc · GitHub
[go: up one dir, main page]

Skip to content

Commit c6970fc

Browse files
author
Jonathon Belotti
authored
1 parent ed6cc8f commit c6970fc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

python/pip_install/extract_wheels/lib/namespace_pkgs.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
import textwrap
44
from typing import Set, List, Optional
55

6-
from python.pip_install.extract_wheels.lib import wheel
7-
86

97
def implicit_namespace_packages(
108
directory: str, ignored_dirnames: Optional[List[str]] = None

0 commit comments

Comments
 (0)
0