about summary refs log tree commit diff
path: root/examples/python/gi/checkpoint.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/python/gi/checkpoint.py')
-rwxr-xr-xexamples/python/gi/checkpoint.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/examples/python/gi/checkpoint.py b/examples/python/gi/checkpoint.py
index 6e94b07c..7a265543 100755
--- a/examples/python/gi/checkpoint.py
+++ b/examples/python/gi/checkpoint.py
@@ -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(