✨ Stuff
This commit is contained in:
@@ -49,4 +49,4 @@ def from_id(location_id: int) -> Sly3LocationData:
|
||||
if len(matching) == 0:
|
||||
raise ValueError(f"No location data for location id '{location_id}'")
|
||||
assert len(matching) < 2, f"Multiple locations data with id '{location_id}'. Please report."
|
||||
return matching[0]
|
||||
return matching[0]
|
||||
|
||||
Reference in New Issue
Block a user