From a17a907319464285430dea1587f19816468a74b0 Mon Sep 17 00:00:00 2001 From: Szymon Palucha Date: Wed, 16 Oct 2024 14:06:39 +0100 Subject: [PATCH] fox: remove cache which doesn't recognise different func arguments --- kazu/ontology_preprocessing/downloads.py | 1 - 1 file changed, 1 deletion(-) diff --git a/kazu/ontology_preprocessing/downloads.py b/kazu/ontology_preprocessing/downloads.py index 88991d47..12bf578b 100644 --- a/kazu/ontology_preprocessing/downloads.py +++ b/kazu/ontology_preprocessing/downloads.py @@ -224,7 +224,6 @@ def __init__(self, open_targets_version: str, open_targets_dataset_name: str): self.open_targets_version = open_targets_version @staticmethod - @functools.cache def _cached_wget(full_url: str, cwd: Path) -> None: args = _get_proxy_args_for_wget() args.extend(