Skip to content

Commit 3fc4463

Browse files
committed
remove f-String
Signed-off-by: hwassman <[email protected]>
1 parent 968a105 commit 3fc4463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/zimonGrafanaIntf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def main(argv):
215215
return
216216

217217
if __version__.endswith('-dev'):
218-
print(f'\n Warning: You are running a Development version of the IBM Storage Scale bridge for Grafana. \
218+
print('\n Warning: You are running a Development version of the IBM Storage Scale bridge for Grafana. \
219219
\n It is recommended to use the latest released version, published on: \
220220
\n https://github.com/IBM/ibm-spectrum-scale-bridge-for-grafana/releases \n')
221221

0 commit comments

Comments
 (0)