Commit 11bdd75
committed
fix: correct docstring return type for get_github_app_installation_token
The docstring documented 'str' as the return type but the function
signature is 'str | None' and returns None on failure.
Signed-off-by: jmeridth <jmeridth@gmail.com>1 parent d527d2b commit 11bdd75
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments