Skip to content

Commit ac1d5d2

Browse files
committed
Rearranged comment to keep flake8 happy
I don't think this kind of change is a good one for the ci to catch, the original comment structure was fine.
1 parent 5400761 commit ac1d5d2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pythonforandroid/recommendations.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,11 @@ def read_ndk_version(ndk_dir):
6060

6161

6262
MIN_TARGET_API = 26
63-
RECOMMENDED_TARGET_API = 27 # highest version tested to work fine with SDL2
64-
# should be a good default for other bootstraps too
63+
64+
# highest version tested to work fine with SDL2
65+
# should be a good default for other bootstraps too
66+
RECOMMENDED_TARGET_API = 27
67+
6568
ARMEABI_MAX_TARGET_API = 21
6669
OLD_API_MESSAGE = (
6770
'Target APIs lower than 26 are no longer supported on Google Play, '

0 commit comments

Comments
 (0)