Skip to content

Commit

Permalink
Fixing flake8 issues
Browse files Browse the repository at this point in the history
  • Loading branch information
singankit committed May 10, 2024
1 parent fe7c50a commit 5f709b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/promptflow-evals/promptflow/evals/evaluate/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,4 +192,3 @@ def _write_output(path, data_dict):

with open(p, "w") as f:
json.dump(data_dict, f)

0 comments on commit 5f709b6

Please sign in to comment.