Skip to content

Commit

Permalink
add more typing
Browse files Browse the repository at this point in the history
  • Loading branch information
Swatinem committed Nov 6, 2024
1 parent a72fbd0 commit 4bfca43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def _get_repo_provider_service_instance(service: str, adapter_params: dict):

@sentry_sdk.trace
async def fetch_appropriate_parent_for_commit(
repository_service, commit: Commit, git_commit=None
repository_service: TorngitBaseAdapter, commit: Commit, git_commit=None
) -> str | None:
closest_parent_without_message = None
db_session = commit.get_db_session()
Expand Down

0 comments on commit 4bfca43

Please sign in to comment.