Skip to content

Commit

Permalink
Add missing return type
Browse files Browse the repository at this point in the history
  • Loading branch information
ewjoachim committed Aug 5, 2023
1 parent 049c5b0 commit 8cbb0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coverage_comment/github.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def get_pr_number_from_workflow_run(
raise CannotDeterminePR(f"No open PR found for branch {full_branch}")


def get_my_login(github: github_client.GitHub):
def get_my_login(github: github_client.GitHub) -> str:
try:
response = github.user.get()
except github_client.Forbidden:
Expand Down

0 comments on commit 8cbb0b5

Please sign in to comment.