Skip to content

Commit 01210d5

Browse files
author
Andrei Neagu
committed
refactor internals
1 parent d0d8f85 commit 01210d5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/service-library/src/servicelib/aiohttp/long_running_tasks/_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from ...long_running_tasks.base_long_running_manager import BaseLongRunningManager
66
from ...long_running_tasks.task import TaskContext, TasksManager
77
from ._constants import APP_LONG_RUNNING_MANAGER_KEY
8-
from ._dependencies import get_task_context
8+
from ._request import get_task_context
99

1010

1111
class AiohttpLongRunningManager(BaseLongRunningManager):

0 commit comments

Comments
 (0)