Skip to content

Commit 42b3418

Browse files
committed
Removed ArchAndroid import in audiostream
1 parent 40f0090 commit 42b3418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/audiostream/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
from pythonforandroid.toolchain import CythonRecipe, shprint, ArchAndroid, current_directory, info
2+
from pythonforandroid.toolchain import CythonRecipe, shprint, current_directory, info
33
import sh
44
import glob
55
from os.path import join, exists

0 commit comments

Comments
 (0)