Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored and akhatua2 committed Nov 15, 2024
1 parent f01929d commit d349914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sotopia/experimental/nodes/scene_context_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ async def event_handler(
self, _: str, __: Message[DataModel]
) -> AsyncIterator[tuple[str, Message[Text]]]:
raise NotImplementedError("ScenarioContext does not have an event handler.")
yield "", Message[Text](data=Text(text=self.env_scenario))
yield "", Message[Text](data=Text(text=self.env_scenario))

0 comments on commit d349914

Please sign in to comment.