We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5aa156 commit a0f84c3Copy full SHA for a0f84c3
app/__init__.py
@@ -9,7 +9,7 @@
9
assert version_info >= (3, 7, 0)
10
except AssertionError:
11
print('Warning Current Python version not supported')
12
- print('Current Python version: {version}'.format(version=version_info))
+ print(f'Current Python version: {version_info}')
13
exit(1)
14
15
0 commit comments