Skip to content

Commit bdb35fb

Browse files
committed
Added flake8 ignore for android module import
1 parent 373878d commit bdb35fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • pythonforandroid/recipes/android/src/android

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)