Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
foucblg committed Dec 5, 2024
1 parent f462490 commit 0e7f032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/types/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
from arq.jobs import Job
from arq.typing import WorkerSettingsBase
from arq.worker import create_worker
from sqlalchemy.ext.asyncio import AsyncSession

from app import dependencies
from app.types.exceptions import SchedulerNotStartedError
from app.utils.tools import execute_async_or_sync_method

if TYPE_CHECKING:
from arq import Worker
from sqlalchemy.ext.asyncio import AsyncSession

scheduler_logger = logging.getLogger("scheduler")

Expand Down

0 comments on commit 0e7f032

Please sign in to comment.