Reformat file with black

This commit is contained in:
Orsiris de Jong 2023-03-27 18:24:38 +02:00
parent ce0241d273
commit 9621fd9d07

View file

@ -250,7 +250,7 @@ This is free software, and you are welcome to redistribute it under certain cond
"-P{}".format(sys.version_info[1]),
__build__,
"GUI disabled" if _NO_GUI else "GUI enabled",
__copyright__
__copyright__,
)
if args.version:
print(version_string)