Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
adeprez committed Oct 14, 2024
1 parent 2c43980 commit 32fdad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lavague-sdk/lavague/sdk/trajectory/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ class StepCompletion(ActionWrapper):
run_mode: RunMode

def to_knowledge(self, instruction: Instruction) -> StepKnowledge:
return StepKnowledge(instruction=instruction, action=self.action)
return StepKnowledge(instruction=instruction, action=self.action)

0 comments on commit 32fdad6

Please sign in to comment.