Skip to content

Commit

Permalink
Merge branch 'HAN-25' of github.com:Hanagotchi/measurements into HAN-25
Browse files Browse the repository at this point in the history
  • Loading branch information
fjpacheco committed Jan 27, 2024
2 parents 062f650 + 095be16 commit 61bc6db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/controller/measurement_controller.py
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 61bc6db

Please sign in to comment.