File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
packages/service-library/src/servicelib/fastapi/long_running_tasks Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1010import httpx
1111from fastapi import status
1212from models_library .api_schemas_long_running_tasks .base import TaskProgress
13- from models_library .api_schemas_long_running_tasks .tasks import TaskGet , TaskStatus
13+ from models_library .api_schemas_long_running_tasks .tasks import (
14+ TaskGet ,
15+ TaskResult ,
16+ TaskStatus ,
17+ )
1418from tenacity import (
1519 AsyncRetrying ,
1620 TryAgain ,
3236 ProgressPercent ,
3337 RequestBody ,
3438)
35- from ...long_running_tasks ._task import TaskId , TaskResult
39+ from ...long_running_tasks ._task import TaskId
3640from ...rest_responses import unwrap_envelope_if_required
3741from ._client import DEFAULT_HTTP_REQUESTS_TIMEOUT , Client , setup
3842from ._context_manager import periodic_task_result
You can’t perform that action at this time.
0 commit comments