Skip to content

Commit 9a71c09

Browse files
committed
🔥 remove more temp code
1 parent 78db924 commit 9a71c09

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/sentry/middleware/integrations/parsers/base.py

-3
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,6 @@ def get_integration_from_request(self) -> Integration | None:
144144

145145
# Optional Overrides
146146

147-
def should_operate_parser(self, request: HttpRequest):
148-
return True
149-
150147
def get_organizations_from_integration(
151148
self, integration: Optional[Integration] = None
152149
) -> Sequence[RpcOrganizationSummary]:

src/sentry/models/outbox.py

-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ class WebhookProviderIdentifier(IntEnum):
113113
JIRA_SERVER = 7
114114
GITHUB_ENTERPRISE = 8
115115
BITBUCKET_SERVER = 9
116-
PLUGIN = 10
117116

118117

119118
def _ensure_not_null(k: str, v: Any) -> Any:

0 commit comments

Comments
 (0)