Skip to content

Commit 407aa2e

Browse files
committed
Should pass pre-commit
1 parent 4120894 commit 407aa2e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

scripts/process_datasets/prep_datasets.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@
3434
robustness_json_path = os.path.join(save_dir, "router_robustness.json")
3535
with open(robustness_json_path, "w", encoding="utf-8") as f:
3636
json.dump(robustness_records, f, ensure_ascii=False, indent=2)
37-
print(
38-
f"[prep] Wrote {len(robustness_records)} items to {robustness_json_path}"
39-
)
37+
print(f"[prep] Wrote {len(robustness_records)} items to {robustness_json_path}")
4038

4139

4240
def escape_format_braces(text):

0 commit comments

Comments
 (0)