Skip to content

Commit 2e98921

Browse files
committed
Revert "Upgrade Python syntax with pyupgrade --py36-plus"
This reverts commit a0f84c3.
1 parent e7d7bef commit 2e98921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
assert version_info >= (3, 7, 0)
1010
except AssertionError:
1111
print('Warning Current Python version not supported')
12-
print(f'Current Python version: {version_info}')
12+
print('Current Python version: {version}'.format(version=version_info))
1313
exit(1)
1414

1515

0 commit comments

Comments
 (0)