Skip to content

Commit

Permalink
feat: correct a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hpohekar committed Dec 12, 2024
1 parent 938ca31 commit 68cd7f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ def _register_solution_event_sync_callback(
callback_id: str,
callback: Callable,
) -> tuple[Literal[SolverEvent.SOLUTION_PAUSED], Callable]:
unique_id: str = self._session.app_utilitites.register_pause_on_solution_events(
unique_id: str = self._session._app_utilities.register_pause_on_solution_events(
solution_event=event_type
)

Expand Down

0 comments on commit 68cd7f7

Please sign in to comment.