mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
fix nitpick
This commit is contained in:
parent
c22528299c
commit
b72d5fbf42
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ def get_uprn_from_historic_epc(
|
|||
return None
|
||||
|
||||
uprn: Optional[str] = result.unambiguous_uprn()
|
||||
if not uprn or uprn in ("", "nan"):
|
||||
if not uprn or uprn == "nan":
|
||||
return None
|
||||
|
||||
top = result.top()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue