Skip to content

Commit

Permalink
Update ecosystem/utils/submission_parser.py
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Arellano <[email protected]>
  • Loading branch information
frankharkins and Eric-Arellano authored May 1, 2024
1 parent 155fa76 commit 9935d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecosystem/utils/submission_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from ecosystem.models.repository import Repository


def _parse_section(section: str, label_to_id: dict) -> tuple[str, str]:
def _parse_section(section: str, label_to_id: dict[str, str]) -> tuple[str, str]:
"""For a section, return its field ID and the content.
The content has no newlines and has spaces stripped.
"""
Expand Down

0 comments on commit 9935d0a

Please sign in to comment.