icu: switch postcodes to using the pre-formatted one

This commit is contained in:
Sarah Hoffmann
2022-06-03 17:12:01 +02:00
parent ca7b46511d
commit b7704833e4
4 changed files with 21 additions and 13 deletions

View File

@@ -675,6 +675,9 @@ class _TokenInfo:
if self.address_tokens:
out['addr'] = self.address_tokens
if self.postcode:
out['postcode'] = self.postcode
return out