Skip to content

Commit 7843c41

Browse files
committed
Fix ruff lint errors in example.py
1 parent 95cf6e2 commit 7843c41

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

example.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"""
1010

1111
import os
12+
1213
import xysera
1314

1415
# ---------------------------------------------------------------------------
@@ -44,7 +45,7 @@
4445
except xysera.XyseraError as e:
4546
raise SystemExit(f"API error (HTTP {e.status_code}): {e}")
4647

47-
print(f"Done!")
48+
print("Done!")
4849
print(f" job_id: {result.job_id}")
4950
print(f" credits_charged: {result.credits_charged}")
5051
print(f" processing_time: {result.processing_time}s")

0 commit comments

Comments
 (0)