Unverified Commit 8e181aa4 authored by Marius van den Beek's avatar Marius van den Beek Committed by mvdbeek
Browse files

Add type hint for flush argument

parent 7c077846
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -177,7 +177,7 @@ class WorkflowSchedulingManager(ConfiguresHandlers):
        self,
        workflow_invocation: model.WorkflowInvocation,
        request_params,
        flush=True,
        flush: bool = True,
        initial_state: Optional[InvocationState] = None,
    ):
        initial_state = initial_state or model.WorkflowInvocation.states.NEW