|
@@ -4,7 +4,7 @@ from typing import Callable, Optional
|
|
|
|
|
|
from fastapi import FastAPI
|
|
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:
|
|
def create_start_app_handler(app: Optional[FastAPI] = None) -> Callable:
|