mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Moved EpcClean class to correct place
This commit is contained in:
parent
8e35201e76
commit
c4e3948d39
2 changed files with 2 additions and 4 deletions
|
|
@ -5,6 +5,7 @@ from epc_data.Property import Property
|
|||
from epc_data.config import EPC_AUTH_TOKEN
|
||||
from epc_api.client import EpcClient
|
||||
from epc_data.downloader import pagenated_epc_download
|
||||
from epc_data.EpcClean import EpcClean
|
||||
|
||||
|
||||
def handler():
|
||||
|
|
@ -33,7 +34,4 @@ def handler():
|
|||
)
|
||||
)
|
||||
|
||||
# TODO: Fill this
|
||||
|
||||
field = "roof-description"
|
||||
|
||||
cleaner = EpcClean(data)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue