commit | c6970fc44877dbbbce84d17845d9bc797aefe299 | [log] [tgz] |
---|---|---|
author | Jonathon Belotti <jonathon@canva.com> | Wed May 26 09:42:32 2021 +1000 |
committer | GitHub <noreply@github.com> | Wed May 26 09:42:32 2021 +1000 |
tree | f07b49967dac8de5d91f5c7d1b91130e7b1e11d7 | |
parent | ed6cc8f2c3692a6a7f013ff8bc185ba77eb9b4d2 [diff] |
remove unnecessary import. became unnecessary in https://github.com/dillon-giacoppo/rules_python_external/pull/54/files (#475)
diff --git a/python/pip_install/extract_wheels/lib/namespace_pkgs.py b/python/pip_install/extract_wheels/lib/namespace_pkgs.py index 82804c5..ca5ffb5 100644 --- a/python/pip_install/extract_wheels/lib/namespace_pkgs.py +++ b/python/pip_install/extract_wheels/lib/namespace_pkgs.py
@@ -3,8 +3,6 @@ import textwrap from typing import Set, List, Optional -from python.pip_install.extract_wheels.lib import wheel - def implicit_namespace_packages( directory: str, ignored_dirnames: Optional[List[str]] = None