Skip to content

Commit 118e63e

Browse files
committed
Add missing return type
1 parent 1b5fdcf commit 118e63e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coverage_comment/github.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def get_pr_number_from_workflow_run(
113113
raise CannotDeterminePR(f"No open PR found for branch {full_branch}")
114114

115115

116-
def get_my_login(github: github_client.GitHub):
116+
def get_my_login(github: github_client.GitHub) -> str:
117117
try:
118118
response = github.user.get()
119119
except github_client.Forbidden:

0 commit comments

Comments
 (0)