Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
adeprez committed Sep 27, 2024
1 parent b990d33 commit e4b693e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lavague-core/lavague/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ def run(self, url: str, objective: str, async_run=False) -> Trajectory:
return trajectory

def load(self, run_id: str) -> Trajectory:
return self.client.load_run(run_id)
return self.client.load_run(run_id)

0 comments on commit e4b693e

Please sign in to comment.