diff --git a/herepy/places_api.py b/herepy/places_api.py index b5df4f0..b7e3651 100644 --- a/herepy/places_api.py +++ b/herepy/places_api.py @@ -106,7 +106,12 @@ def search_in_country( return self.__get(data) def places_in_circle( - self, coordinates: List[float], radius: int, query: str, limit: int = 20, lang: str = "en-US" + self, + coordinates: List[float], + radius: int, + query: str, + limit: int = 20, + lang: str = "en-US", ) -> Optional[PlacesResponse]: """Request a list of popular places around a location Args: