Skip to content

Commit

Permalink
removed unused param for re_as_json
Browse files Browse the repository at this point in the history
  • Loading branch information
JonhasSC committed Sep 7, 2024
1 parent 0905219 commit a78ca0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qca/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def circuit_estimate(
return main_estimates


def re_as_json(main_estimate:dict, outdir:str, estimates:list[dict]=None) -> None:
def re_as_json(main_estimate:dict, outdir:str) -> None:
with open(outdir, 'w') as f:
json.dump(main_estimate, f,
indent=4,
Expand Down

0 comments on commit a78ca0f

Please sign in to comment.