Skip to content

Commit 912d041

Browse files
fix: typecheck
1 parent baff971 commit 912d041

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/service-library/src/servicelib/queued_tasks/task_manager.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
from typing import Any, Protocol
22

3+
from models_library.progress_bar import ProgressReport
4+
35
from ..queued_tasks.models import (
4-
ProgressReport,
56
Task,
67
TaskContext,
78
TaskID,

0 commit comments

Comments
 (0)