Skip to content

Commit

Permalink
mini-typo
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-florentin-charles committed Sep 21, 2024
1 parent 7088ddd commit e44947a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ def get_rainfall_by_year(
raise HTTPException(
status_code=400,
detail=f"Data has not been successfully plotted, "
f"check if your data has both '{Label.RAINFALL.value}' and '{Label.YEAR.value}' columns",
f"check if your data has both '{Label.RAINFALL.value}' and '{Label.YEAR.value}' columns",
)

img_buffer = io.BytesIO()
Expand Down

0 comments on commit e44947a

Please sign in to comment.