correctly handle removing all postcodes for country

This commit is contained in:
Sarah Hoffmann
2021-05-13 09:59:34 +02:00
parent bf864b2c54
commit 1ccd4360b4
4 changed files with 23 additions and 4 deletions

View File

@@ -54,7 +54,7 @@ class DummyNameAnalyzer:
def normalize_postcode(self, postcode):
return postcode
def add_postcodes_from_db(self):
def update_postcodes_from_db(self):
pass
def update_special_phrases(self, phrases):