Skip to content

Commit fdef6fd

Browse files
grichaclaude
andcommitted
fix: Remove unused class attribute causing mypy error
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c834c4a commit fdef6fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/sentry/integrations/github/test_webhook.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,6 @@ def test_viewer_context_set_during_handler(self, mock_record: MagicMock) -> None
788788
)
789789

790790
captured_contexts: list = []
791-
original_handle = type(self)._original_push_handle = None
792791

793792
from sentry.integrations.github.webhook import PushEventWebhook
794793

0 commit comments

Comments
 (0)