From 67ec97617587b1beead9a3357098eb179bc13811 Mon Sep 17 00:00:00 2001 From: Darius Oprea <63239571+opreaDO@users.noreply.github.com> Date: Tue, 31 Mar 2026 17:17:08 +0100 Subject: [PATCH] refactor: remove duplicate cache name constants in ag3.py Cleaned up redundant constant declarations for XPEHH_GWSS_CACHE_NAME and IHS_GWSS_CACHE_NAME that were declared twice at the module level. --- malariagen_data/ag3.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/malariagen_data/ag3.py b/malariagen_data/ag3.py index ae425a79f..2f5eedea9 100644 --- a/malariagen_data/ag3.py +++ b/malariagen_data/ag3.py @@ -95,8 +95,6 @@ def _setup_aim_palettes(): "aim_species": "object", } -XPEHH_GWSS_CACHE_NAME = "ag3_xpehh_gwss_v1" -IHS_GWSS_CACHE_NAME = "ag3_ihs_gwss_v1" ROH_HMM_CACHE_NAME = "ag3_roh_hmm_v1"