Skip to content

Commit

Permalink
Fix mesan merge bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcth committed Apr 10, 2024
1 parent 9872d4c commit f62845f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/smhi/models/mesan_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class MesanValidTime(BaseModel):
url: str
status: int
headers: Dict[str, str]
valid_time: List[str]
valid_time: List[datetime]


class MesanApprovedTime(BaseModel):
Expand Down

0 comments on commit f62845f

Please sign in to comment.