Skip to content

Commit 463da02

Browse files
committed
proper typing
1 parent 64fc2df commit 463da02

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/sentry/integrations/github_enterprise/integration.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,10 @@ def get_user_info(url, access_token):
176176

177177

178178
class GitHubEnterpriseIntegration(
179-
RepositoryIntegration, GitHubIssuesSpec, GitHubIssueSyncSpec, CommitContextIntegration
179+
RepositoryIntegration[GitHubEnterpriseApiClient],
180+
GitHubIssuesSpec,
181+
GitHubIssueSyncSpec,
182+
CommitContextIntegration,
180183
):
181184
codeowners_locations = ["CODEOWNERS", ".github/CODEOWNERS", "docs/CODEOWNERS"]
182185

0 commit comments

Comments
 (0)