From 17369559fe13705c599086834dcd990ea3b238d4 Mon Sep 17 00:00:00 2001 From: Mary Brown Date: Mon, 15 Jun 2026 13:30:04 +0000 Subject: [PATCH] add k_anonymity back --- 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 91914ee..c3e25ac 100644 --- a/src/template_code_location/repository.py +++ b/src/template_code_location/repository.py @@ -13,6 +13,7 @@ defs = Definitions( jobs=[ example_dataframe_demo_job, data_processing_job, + k_anonymity_job_s3, l_diversity_job_s3, t_closeness_job_s3, ],