Skip to content

Commit 81f185e

Browse files
fixed flake8 issues
1 parent 02e65ae commit 81f185e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pythonforandroid/recipes/python3/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,17 +190,17 @@ def apply_patches(self, arch, build_dir=None):
190190
'patches/py3.7.1_fix-ctypes-util-find-library.patch',
191191
'patches/py3.7.1_fix-zlib-version.patch',
192192
]
193-
193+
194194
if 8 <= _p_version.minor <= 10:
195195
self.patches.append('patches/py3.8.1.patch')
196-
196+
197197
if _p_version.minor >= 11:
198198
self.patches.append('patches/cpython-311-ctypes-find-library.patch')
199-
199+
200200
if _p_version.minor >= 14:
201201
self.patches.append('patches/3.14_armv7l_fix.patch')
202202
self.patches.append('patches/3.14_fix_remote_debug.patch')
203-
203+
204204
if shutil.which('lld') is not None:
205205
if _p_version.minor == 7:
206206
self.patches.append("patches/py3.7.1_fix_cortex_a8.patch")

0 commit comments

Comments
 (0)