This commit is contained in:
Rhet Turnbull
2020-06-22 07:14:10 -07:00
parent c8d76a89e4
commit bd5ba702aa

View File

@@ -546,7 +546,9 @@ class PlaceInfo5(PlaceInfo):
iso_country_code=addr._ISOCountryCode,
)
else:
postal_address = None
postal_address = PostalAddress(
None, None, None, None, None, None, None, None
)
return postal_address