From 40f5eba3d065ac4f66a19b1b7394c24e4e4c48ce Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Thu, 28 Aug 2025 23:18:13 +0100 Subject: [PATCH] remove incorrect import --- backend/Property.py | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/Property.py b/backend/Property.py index c6542bb8..08e7ebf2 100644 --- a/backend/Property.py +++ b/backend/Property.py @@ -9,7 +9,6 @@ from etl.epc.Dataset import TrainingDataset from etl.epc.Record import EPCRecord from etl.epc.settings import LATEST_FIELD, MANDATORY_FIXED_FEATURES from etl.epc_clean.epc_attributes.all_cleaners import all_cleaner_map -from etl.epc_clean.tests.test_lighting_attributes import averages from utils.logger import setup_logger from utils.s3 import read_dataframe_from_s3_parquet from etl.epc.settings import DATA_ANOMALY_MATCHES