Skip to content

Commit

Permalink
rm parse_ga4gh_identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma committed Jul 17, 2024
1 parent d65d7e5 commit 740e4e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ga4gh/core/identifiers.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

from ga4gh.core.pydantic import get_pydantic_root

__all__ = "ga4gh_digest ga4gh_identify ga4gh_serialize is_ga4gh_identifier parse_ga4gh_identifier".split()
__all__ = "ga4gh_digest ga4gh_identify ga4gh_serialize is_ga4gh_identifier".split()

CURIE_NAMESPACE = "ga4gh"
CURIE_SEP = ":"
Expand Down

0 comments on commit 740e4e6

Please sign in to comment.