Skip to content

Commit

Permalink
Update geocoder_api.py
Browse files Browse the repository at this point in the history
fix linting issues
  • Loading branch information
antosomzi authored May 7, 2024
1 parent 4e8532e commit b697159
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions herepy/geocoder_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,11 @@ def address_with_boundingbox(

def address_with_details(
self,
house_number: Optional[int] = None,
street: Optional[str] = None,
city: str,
country: str,
lang: str = "en-US",
house_number: Optional[int] = None,
street: Optional[str] = None,
) -> Optional[GeocoderResponse]:
"""Geocodes with given address details
Args:
Expand Down

0 comments on commit b697159

Please sign in to comment.