Skip to content

Commit

Permalink
Improvement: more precise Location validation
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckierDodge committed Oct 26, 2023
1 parent cd1bdb0 commit 0c5a36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wei/core/data_classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ class Location(BaseModel):

name: str
"""Name of the location"""
coordinates: Any
coordinates: Dict[str, Any]
"""Coordinates of the location"""
state: Optional[str] = "Empty"
"""State of the location"""
Expand Down

0 comments on commit 0c5a36b

Please sign in to comment.