Skip to content

Commit

Permalink
disable pylint warning W0622
Browse files Browse the repository at this point in the history
  • Loading branch information
lmarion-source committed Jun 2, 2020
1 parent d6eab49 commit 79da0ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base_geolocalize_openstreetmap/models/res_partner.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def _geocode_address(cls, street=None,
def _geo_localize(cls,
apikey, street='', zip='',
city='', state='', country=''):
# pylint: disable=W0622
result = cls._geocode_address(street=street,
zip_code=zip, city=city,
state=state, country=country)
Expand Down

0 comments on commit 79da0ee

Please sign in to comment.