Skip to content

Commit 06f2d39

Browse files
committed
Remove unused import of pythonforandroid.util.which
1 parent 7ad0207 commit 06f2d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/bootstrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from pythonforandroid.logger import (warning, shprint, info, logger,
1111
debug)
1212
from pythonforandroid.util import (current_directory, ensure_dir,
13-
temp_directory, which)
13+
temp_directory)
1414
from pythonforandroid.recipe import Recipe
1515

1616

0 commit comments

Comments
 (0)