Skip to content

Commit

Permalink
Update src/saturn_engine/worker_manager/context.py
Browse files Browse the repository at this point in the history
Co-authored-by: Israël Hallé <[email protected]>
  • Loading branch information
infherny and isra17 committed Oct 16, 2024
1 parent bbf8c90 commit ac54a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/saturn_engine/worker_manager/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def static_definitions(self) -> StaticDefinitions:
), "Static definitions need to be set before usage"
return self._static_definitions

def reset_static_definition(self, session: AnySession) -> None:
def load_static_definition(self, session: AnySession) -> None:
self._static_definitions = _load_static_definition(
session=session, config=self.config
)
Expand Down

0 comments on commit ac54a57

Please sign in to comment.