From 6a94c1426d64ecc54435bc2c1af350f4611b9f56 Mon Sep 17 00:00:00 2001 From: AGibson <4319494+annajgibson@users.noreply.github.com> Date: Mon, 6 Jan 2025 17:14:11 +0000 Subject: [PATCH] - add missing imports for maproperty and matenancyagreement GX suites --- scripts/jobs/housing/housing_apply_gx_dq_tests.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/jobs/housing/housing_apply_gx_dq_tests.py b/scripts/jobs/housing/housing_apply_gx_dq_tests.py index 460031ace..29fce3b29 100644 --- a/scripts/jobs/housing/housing_apply_gx_dq_tests.py +++ b/scripts/jobs/housing/housing_apply_gx_dq_tests.py @@ -17,6 +17,8 @@ import scripts.jobs.housing.housing_assets_reshape_gx_suite import scripts.jobs.housing.housing_homeowner_record_sheet_gx_suite import scripts.jobs.housing.housing_dwellings_list_gx_suite +import scripts.jobs.housing.housing_maproperty_gx_suite +import scripts.jobs.housing.housing_matenancyagreement_gx_suite logging.basicConfig(level=logging.INFO) logger = logging.getLogger(__name__)