We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14e6a54 commit e8125a7Copy full SHA for e8125a7
packages/service-library/tests/long_running_interfaces/test_workflow.py
@@ -11,7 +11,7 @@
11
from pydantic import NonNegativeInt, ValidationError
12
from servicelib.long_running_interfaces import Client, LongRunningNamespace, Server
13
from servicelib.long_running_interfaces._errors import FinishedWithError, TimedOutError
14
-from servicelib.long_running_interfaces_runners.asyncio_tasks import (
+from servicelib.long_running_interfaces.runners.asyncio_tasks import (
15
AsyncioTasksJobInterface,
16
AsyncTaskRegistry,
17
)
0 commit comments