Переглянути джерело

delete some startup events

highing666 3 роки тому
батько
коміт
0e303e5efb
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      app/core/events.py

+ 1 - 1
app/core/events.py

@@ -4,7 +4,7 @@ from typing import Callable, Optional
 
 from fastapi import FastAPI
 
-from app.controllers.equipment.events import regulate_ahu_freq
+# from app.controllers.equipment.events import regulate_ahu_freq
 
 
 def create_start_app_handler(app: Optional[FastAPI] = None) -> Callable: