Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Nov 19, 2024
1 parent c5cf6ca commit 47755e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/pyobo/api/metadata.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
"""High-level API for metadata."""

import logging
from functools import lru_cache
from typing import Any, cast

from .utils import get_version
from ..getters import get_ontology
from ..identifier_utils import wrap_norm_prefix
from ..utils.cache import cached_json
from ..utils.path import prefix_cache_join
from functools import lru_cache

__all__ = [
"get_metadata",
Expand Down
1 change: 0 additions & 1 deletion src/pyobo/struct/typedef.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"example_of_usage",
"from_species",
"gene_product_member_of",
"get_reference_tuple",
"has_dbxref",
"has_gene_product",
"has_homepage",
Expand Down

0 comments on commit 47755e0

Please sign in to comment.