Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Nov 30, 2023
1 parent 4198564 commit 86eedc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pyobo/api/names.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ def get_obsolete(
if version is None:
version = get_version(prefix)
path = prefix_cache_join(prefix, name="obsolete.tsv", version=version)

@cached_collection(path=path, force=force)
def _get_obsolete() -> Set[str]:
ontology = get_ontology(prefix, force=force, strict=strict, version=version)
Expand Down

0 comments on commit 86eedc7

Please sign in to comment.