Skip to content

Commit 784359d

Browse files
committed
fix: linters
1 parent 3ba4fd7 commit 784359d

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

tests/test_client.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,6 @@
99
from sentry_sdk.utils import Event, Dsn
1010

1111

12-
class EventCaptured(Exception):
13-
pass
14-
15-
16-
class _TestTransport(Transport):
17-
def __init__(self, *a, **kw):
18-
pass
19-
20-
def start(self):
21-
pass
22-
23-
def capture_event(self, event):
24-
raise EventCaptured()
25-
26-
2712
class EventCaptured(Exception):
2813
pass
2914

0 commit comments

Comments
 (0)