This commit is contained in:
DingZQ
2025-04-17 21:00:31 +08:00
parent 510fe520e8
commit 52097bb58c
2 changed files with 2 additions and 2 deletions

View File

@@ -1317,7 +1317,7 @@ def get_all_schemes(name: str) -> list[dict[str, Any]]:
############################################################
# pipe_risk_probability 41
############################################################
def get_pipe_risk_probability_now(name: str, pipe_id: str) -> dict[str, float]:
def get_pipe_risk_probability_now(name: str, pipe_id: str) -> dict[str, Any]:
return api.get_pipe_risk_probability_now(name, pipe_id)