Skip to content

Commit

Permalink
Mark minutely weather response data as optional
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed May 22, 2024
1 parent 21122a7 commit 86312a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neon_hana/schema/api_responses.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class WeatherAPIOnecallResponse(BaseModel):
timezone: str
timezone_offset: int
current: Dict[str, Any]
minutely: List[dict]
minutely: Optional[List[dict]]
hourly: List[dict]
daily: List[dict]

Expand Down

0 comments on commit 86312a2

Please sign in to comment.