Skip to content

Commit

Permalink
fox: remove cache which doesn't recognise different func arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
paluchasz committed Oct 16, 2024
1 parent 05c7767 commit a17a907
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kazu/ontology_preprocessing/downloads.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit a17a907

Please sign in to comment.