Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sbdchd committed Apr 25, 2024
1 parent 19b8618 commit 411d0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_api/s/squawk.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def _get_migration_id(filepath: str) -> str | None:
return match.groups()[0]


def _get_migration_ids() -> list[tuple[str, str | None]]:
def _get_migration_ids() -> list[tuple[str, str]]:
current_branch = subprocess.run(
["git", "branch", "--show-current"], capture_output=True, check=True
)
Expand Down

0 comments on commit 411d0c9

Please sign in to comment.