Quota test

This commit is contained in:
Juan Ignacio Sánchez Lara
2018-07-17 14:39:24 +02:00
parent 5e8dbaf239
commit 5e34faefe5
2 changed files with 10 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ def geocoder_metadata(relevance, precision, match_types):
'match_types': match_types
}
def compose_address(street, city=None, state=None, country=None):
return ', '.join(filter(None, [street, city, state, country]))