Skip to content

Commit 964a22e

Browse files
fix import
1 parent 3bb2c6b commit 964a22e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/storage/tests/unit/modules/celery/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
from pytest_simcore.helpers.monkeypatch_envs import setenvs_from_dict
1010
from pytest_simcore.helpers.typing_env import EnvVarsDict
1111
from simcore_service_storage.modules.celery.client import CeleryTaskQueueClient
12-
from simcore_service_storage.modules.celery.worker import CeleryTaskQueueWorker
13-
from simcore_service_storage.modules.celery.worker_main import (
12+
from simcore_service_storage.modules.celery.signals import (
1413
on_worker_init,
1514
on_worker_shutdown,
1615
)
16+
from simcore_service_storage.modules.celery.worker import CeleryTaskQueueWorker
1717

1818

1919
@pytest.fixture

0 commit comments

Comments
 (0)