geo-access

This commit is contained in:
Matteo Baldi 2025-08-02 01:52:54 +02:00
parent 8a87a78449
commit 0e16d3e6be

View file

@ -13,7 +13,7 @@ class GeoAccessRequest:
Request model for geo access.
"""
coords: tuple[float, float]
type: Literal["circle", "polygon"] | None = "circle"
# type: Literal["circle", "polygon"] | None = "circle"
type_checker = {