Skip to content

Commit f01528a

Browse files
committed
🔄 refactor: move schedulers.py out of core directory
1 parent b804020 commit f01528a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
from loguru import logger
44

5-
from app.core.schedulers import start_scheduler
65
from app.db.mongodb import start_async_mongodb
6+
from app.schedulers import start_scheduler
77
from app.utils import start_loguru
88

99

0 commit comments

Comments
 (0)