Skip to content

Commit 25b4e61

Browse files
authored
Format file
1 parent d0cde0a commit 25b4e61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

giskard/rag/report.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ def save(self, folder_path: str):
166166

167167
with open(path / "agent_answer.json", "w", encoding="utf-8") as f:
168168
json.dump(
169-
[{"message": output.message, "documents": output.documents} for output in self._model_outputs],
170-
f,
169+
[{"message": output.message, "documents": output.documents} for output in self._model_outputs],
170+
f,
171171
ensure_ascii=False,
172172
)
173173

0 commit comments

Comments
 (0)