We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95cf6e2 commit 7843c41Copy full SHA for 7843c41
1 file changed
example.py
@@ -9,6 +9,7 @@
9
"""
10
11
import os
12
+
13
import xysera
14
15
# ---------------------------------------------------------------------------
@@ -44,7 +45,7 @@
44
45
except xysera.XyseraError as e:
46
raise SystemExit(f"API error (HTTP {e.status_code}): {e}")
47
-print(f"Done!")
48
+print("Done!")
49
print(f" job_id: {result.job_id}")
50
print(f" credits_charged: {result.credits_charged}")
51
print(f" processing_time: {result.processing_time}s")
0 commit comments