format .
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
from fastapi import FastAPI
|
||||
from fastscheduler.fastapi_integration import create_scheduler_routes
|
||||
|
||||
from scheduler.scheduler import scheduler
|
||||
|
||||
def init_scheduler_router(app : FastAPI):
|
||||
|
||||
def init_scheduler_router(app: FastAPI):
|
||||
app.include_router(create_scheduler_routes(scheduler))
|
||||
scheduler.start()
|
||||
scheduler.start()
|
||||
|
||||
Reference in New Issue
Block a user