Skip to content

Commit 481b96b

Browse files
authored
Update workbench_core.py
1 parent 79febc1 commit 481b96b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workbench_core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -470,8 +470,8 @@ def __init__(self, **kwargs):
470470

471471
def run_processing_task(
472472
options: ProcessingOptions,
473-
log_queue: "queue.Queue[str]",
474-
progress_queue: "queue.Queue[dict]",
473+
log_queue: queue.Queue[str],
474+
progress_queue: queue.Queue[dict],
475475
cancel_event: threading.Event,
476476
) -> None:
477477
"""

0 commit comments

Comments
 (0)