Przeglądaj źródła

delete some startup events

highing666 3 lat temu
rodzic
commit
0e303e5efb
1 zmienionych plików z 1 dodań i 1 usunięć
  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: