mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-07-12 13:29:08 +00:00
make uprn optional
This commit is contained in:
parent
d67155ea77
commit
3c0f395c9b
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ class CompanyInfo(BaseModel):
|
|||
class SurverySummaryInfo(BaseModel):
|
||||
reference_number: str
|
||||
epc_language: str
|
||||
uprn: str
|
||||
uprn: Optional[str] = ""
|
||||
postcode: str
|
||||
region: str
|
||||
address: str
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue