Skip to content

Commit

Permalink
CTD-1506 mane coodinates not required
Browse files Browse the repository at this point in the history
  • Loading branch information
Dasha Syvyuk authored and Dasha Syvyuk committed May 19, 2022
1 parent 741b270 commit 1752144
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions livestyled/models/location.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ def __init__(
self,
id,
name,
coordinates,
polygon,
status,
sort_id,
listed,
external_id
external_id,
coordinates=None
):
self.id = id
self.name = name
Expand Down

0 comments on commit 1752144

Please sign in to comment.