Moved EpcClean class to correct place

This commit is contained in:
Khalim Conn-Kowlessar 2023-06-08 13:41:50 +01:00
parent 8e35201e76
commit c4e3948d39
2 changed files with 2 additions and 4 deletions

View file

@ -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)