Skip to content

Commit a3762dc

Browse files
committed
fix Flake8 tests error
fix Flake8 tests error
1 parent 88260ae commit a3762dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/android/src/android/permissions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ class Permission:
449449
WRITE_VOICEMAIL = (
450450
"com.android.voicemail.permission.WRITE_VOICEMAIL"
451451
)
452-
MANAGE_EXTERNAL_STORAGE = ( # Convenient use of paths to manage files
452+
MANAGE_EXTERNAL_STORAGE = ( # Convenient use of paths to manage files
453453
"android.permission.MANAGE_EXTERNAL_STORAGE"
454454
)
455455

0 commit comments

Comments
 (0)