Skip to content

Commit

Permalink
Fixed multiple import name
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshCasper committed Mar 22, 2021
1 parent d5dd26d commit a48171b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ci/bootstrap.py
Expand Up @@ -27,7 +27,6 @@ def exec_in_env():
else:
bin_path = join(env_path, "bin")
if not exists(env_path):
import subprocess

print("Making bootstrap env in: {0} ...".format(env_path))
try:
Expand Down
1 change: 0 additions & 1 deletion src/lazy_object_proxy/__init__.py
Expand Up @@ -9,7 +9,6 @@

try:
from .cext import Proxy
from .cext import identity
except ImportError:
from .slots import Proxy
else:
Expand Down

0 comments on commit a48171b

Please sign in to comment.