python: reformat with black-24.1.1-1.fc39.noarch

This commit is contained in:
Jan Vaclav
2024-02-19 12:20:33 +01:00
committed by Íñigo Huguet
parent 61f0531509
commit 47f01c805d
2 changed files with 25 additions and 15 deletions

View File

@@ -45,9 +45,11 @@ def show(c, ts=None):
" timeout: %u seconds%s"
% (
rt,
""
if ts is None
else (" (circa %s sec left)" % ((cr + (rt * 1000) - ts) / 1000.0)),
(
""
if ts is None
else (" (circa %s sec left)" % ((cr + (rt * 1000) - ts) / 1000.0))
),
)
)
print(