Skip to content

Commit

Permalink
remove extra parameter in parse annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
rpetit3 committed Apr 30, 2024
1 parent c4b68df commit 36e9b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bactopia/parsers/annotator.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def parse(path: str, name: str) -> dict:
Returns:
dict: parsed results
"""
return _parse_annotation(path, name, "prokka")
return _parse_annotation(path, name)


def _parse_annotation(path: str, name: str) -> dict:
Expand Down

0 comments on commit 36e9b13

Please sign in to comment.