8000 Merge pull request #1340 from inclement/fix_android_import_flake8 · bb33bb/python-for-android@5aec282 · GitHub
[go: up one dir, main page]

Skip to content
10000

Commit 5aec282

Browse files
authored
Merge pull request kivy#1340 from inclement/fix_android_import_flake8
Added code style exception for android module * import
2 parents 373878d + bdb35fb commit 5aec282

File tree

1 file changed

+1
-1
lines changed
  • pythonforandroid/recipes/android/src/android

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/android/src/android/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
'''
66

77
# legacy import
8-
from android._android import *
8+
from android._android import * # noqa: F401

0 commit comments

Comments
 (0)
0