add human estimation conditions

This commit is contained in:
ipu 2025-09-08 18:47:01 +03:00
parent 735ccb757c
commit c8e6474edd
3 changed files with 103 additions and 57 deletions

View file

@ -135,5 +135,5 @@ async def fetch_drug_with_dosage(drug_name: str, dosage: float) -> DrugFull | No
if drug_full:
return drug_full
raise Exception(f"Drug {drug_name} with dosage {dosage} not found")
return None