Skip to content

Commit 9929c2f

Browse files
marioevzspencer-tb
andauthored
Update packages/testing/src/execution_testing/client_clis/cli_types.py
Co-authored-by: spencer <[email protected]>
1 parent 6db10d3 commit 9929c2f

File tree

1 file changed

+0
-4
lines changed
  • packages/testing/src/execution_testing/client_clis

1 file changed

+0
-4
lines changed

packages/testing/src/execution_testing/client_clis/cli_types.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -287,10 +287,6 @@ class Result(CamelModel):
287287
opcode_count: OpcodeCount | None = None
288288

289289

290-
def write_json_file(data: str, file_path: str) -> None:
291-
"""Write a JSON file to the given path."""
292-
with open(file_path, "w") as f:
293-
f.write(data)
294290

295291

296292
@dataclass(kw_only=True)

0 commit comments

Comments
 (0)