From c9886e803888991a5fbdd8d36678cc9025fa82fd Mon Sep 17 00:00:00 2001 From: Janina Esins Date: Tue, 22 Oct 2024 15:10:50 +0200 Subject: [PATCH] remove obsolete comment --- mex/common/primary_source/helpers.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/mex/common/primary_source/helpers.py b/mex/common/primary_source/helpers.py index 289012a9..65d434d2 100644 --- a/mex/common/primary_source/helpers.py +++ b/mex/common/primary_source/helpers.py @@ -8,9 +8,6 @@ transform_seed_primary_sources_to_extracted_primary_sources, ) -# this code is nearly the same as in the pytest.fixture.extracted_primary_sources. -# Can we reuse this? - @cache def get_all_extracted_primary_sources() -> dict[str, ExtractedPrimarySource]: