Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wuyiqunLu committed Sep 7, 2024
1 parent 1efbc33 commit ecfdad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vision_agent/utils/execute.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def __str__(self) -> str:
f"----- stdout -----\n{stdout_str}\n----- stderr -----\n{stderr_str}"
)

def to_json(self) -> bytes:
def to_json(self) -> dict[str, list[str]]:
return {"stdout": self.stdout, "stderr": self.stderr}


Expand Down

0 comments on commit ecfdad1

Please sign in to comment.