Skip to content

Commit 28b0693

Browse files
committed
Merge branch 'support-async-callbacks' of github.com:BSd3v/dash into support-async-callbacks
2 parents 7f35ecd + a1bd54f commit 28b0693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash/_callback.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ def _initialize_context(args, kwargs, inputs_state_indices, has_output, insert_o
345345
)
346346

347347

348-
def _get_callback_manager(kwargs, background):
348+
def _get_callback_manager(kwargs: dict, background: dict) -> Union[BaseBackgroundCallbackManager, None]:
349349
"""Set up the background callback and manage jobs."""
350350
callback_manager = background.get(
351351
"manager", kwargs.get("background_callback_manager", None)

0 commit comments

Comments
 (0)