Skip to content

Commit 4fd11c0

Browse files
committed
refactor: taskiq imports post package update
1 parent 5b0b21d commit 4fd11c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/labs/broker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# Task Scheduler for periodic tasks
1818
from taskiq.schedule_sources import LabelScheduleSource
19-
from taskiq.scheduler import TaskiqScheduler
19+
from taskiq import TaskiqScheduler
2020

2121
# Middlewares
2222
from taskiq import SimpleRetryMiddleware

0 commit comments

Comments
 (0)