From 1354b30863e743c6ef44844058dbeff84c4bd824 Mon Sep 17 00:00:00 2001 From: Mary Brown Date: Tue, 16 Jun 2026 08:20:11 +0000 Subject: [PATCH] test --- src/template_code_location/repository.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/template_code_location/repository.py b/src/template_code_location/repository.py index 5e985d0..33a7136 100644 --- a/src/template_code_location/repository.py +++ b/src/template_code_location/repository.py @@ -9,6 +9,7 @@ from template_code_location.jobs.jobs import (data_processing_job, from util_services.custom_json_logger import simpl_json_logger from util_services.resources import s3_resource + defs = Definitions( jobs=[ example_job,