Skip to content

Commit 17f1ce9

Browse files
author
Paul Duncan
committed
removed duplicate definitions
1 parent c49bd87 commit 17f1ce9

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

predicthq/endpoints/v1/saved_locations/schemas.py

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -63,26 +63,6 @@ class PredictedEventSpendIndustries(BaseModel):
6363
transportation: int
6464

6565

66-
class Point(BaseModel):
67-
type: str
68-
coordinates: List[float]
69-
70-
71-
class MultiPoint(BaseModel):
72-
type: str
73-
coordinates: List[List[float]]
74-
75-
76-
class Polygon(BaseModel):
77-
type: str
78-
coordinates: List[List[List[float]]]
79-
80-
81-
class MultiPolygon(BaseModel):
82-
type: str
83-
coordinates: List[List[List[List[float]]]]
84-
85-
8666
class GeoAddress(BaseModel):
8767
country_code: Optional[str] = None
8868
formatted_address: Optional[str] = None

0 commit comments

Comments
 (0)