Skip to content

Commit

Permalink
Update obo.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Aug 23, 2023
1 parent 7d60d79 commit 315cda9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/biomappings/contribute/obo.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@

from biomappings.contribute.utils import get_mappings

CONTRIBUTOR_URL = "http://purl.org/dc/terms/contributor"


def update_obo(prefix: str, path: Union[str, Path], *, uppercase_prefix: bool = False) -> None:
"""Update a OBO flat file.
"""Update an OBO flat file.
:param prefix: Prefix for the ontology
:param path: Path to the ontology edit file, encoded with OBO flat file format
Expand Down

0 comments on commit 315cda9

Please sign in to comment.