diff --git a/epc_data/tests/EpcClean.py b/epc_data/EpcClean.py similarity index 100% rename from epc_data/tests/EpcClean.py rename to epc_data/EpcClean.py diff --git a/epc_data/app.py b/epc_data/app.py index 9231fca8..be99ff2b 100644 --- a/epc_data/app.py +++ b/epc_data/app.py @@ -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)