From c4e3948d39a39d665dbeb7e53b600ea3e62d2882 Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Thu, 8 Jun 2023 13:41:50 +0100 Subject: [PATCH] Moved EpcClean class to correct place --- epc_data/{tests => }/EpcClean.py | 0 epc_data/app.py | 6 ++---- 2 files changed, 2 insertions(+), 4 deletions(-) rename epc_data/{tests => }/EpcClean.py (100%) 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)