diff --git a/app/controller/measurement_controller.py b/app/controller/measurement_controller.py index 2081b56..8c0d2b6 100644 --- a/app/controller/measurement_controller.py +++ b/app/controller/measurement_controller.py @@ -1,7 +1,6 @@ from controller.device_plant_controller import withSQLExceptionsHandle from fastapi import Request - @withSQLExceptionsHandle def last_measurement_made_by_plant(req: Request, id_plant: int): try: