Skip to content

Commit 32fdad6

Browse files
committed
chore: format
1 parent 2c43980 commit 32fdad6

File tree

1 file changed

+1
-1
lines changed
  • lavague-sdk/lavague/sdk/trajectory

1 file changed

+1
-1
lines changed

lavague-sdk/lavague/sdk/trajectory/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,4 @@ class StepCompletion(ActionWrapper):
110110
run_mode: RunMode
111111

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

0 commit comments

Comments
 (0)