Fix number

This commit is contained in:
wqy
2022-09-25 01:35:33 +08:00
parent cd467b71c8
commit 9730dc980e

View File

@@ -209,7 +209,7 @@ def delete_tank(name: str, tank_id: str) -> ChangeSet:
############################################################
# pipe 4.[PIPES]
# pipe 5.[PIPES]
############################################################
def get_pipe_schema(name: str) -> dict[str, dict[str, Any]]:
@@ -229,7 +229,7 @@ def delete_pipe(name: str, pipe_id: str) -> ChangeSet:
############################################################
# pump 4.[PUMPS]
# pump 6.[PUMPS]
############################################################
def get_pump_schema(name: str) -> dict[str, dict[str, Any]]:
@@ -249,7 +249,7 @@ def delete_pump(name: str, pump_id: str) -> ChangeSet:
############################################################
# valve 4.[VALVES]
# valve 7.[VALVES]
############################################################
def get_valve_schema(name: str) -> dict[str, dict[str, Any]]: