Skip to content

Commit

Permalink
Removed unsused argument.
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Kirilin <[email protected]>
  • Loading branch information
s3rius committed Jan 30, 2024
1 parent 8796892 commit 9de5c10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion taskiq/cli/worker/process_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ def __init__(
args: WorkerArgs,
worker_function: Callable[[WorkerArgs], None],
observer: Optional[Observer] = None, # type: ignore[valid-type]
max_restarts: Optional[int] = None,
) -> None:
self.worker_function = worker_function
self.action_queue: "Queue[ProcessActionBase]" = Queue(-1)
Expand Down

0 comments on commit 9de5c10

Please sign in to comment.