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 29d7d23 commit a093adaCopy full SHA for a093ada
syncmaster/backend/__init__.py
@@ -1,6 +1,5 @@
1
# SPDX-FileCopyrightText: 2023-2024 MTS PJSC
2
# SPDX-License-Identifier: Apache-2.0
3
-from celery import Celery
4
from fastapi import FastAPI, HTTPException
5
from fastapi.exceptions import RequestValidationError
6
from pydantic import ValidationError
@@ -19,7 +18,6 @@
19
18
from syncmaster.backend.settings import ServerAppSettings as Settings
20
from syncmaster.db.factory import create_session_factory, get_uow
21
from syncmaster.exceptions import SyncmasterError
22
-from syncmaster.worker import celery_factory
23
24
25
def application_factory(settings: Settings) -> FastAPI:
0 commit comments