Skip to content

Commit b8d3ac6

Browse files
committed
fix: linters
1 parent 4723dc2 commit b8d3ac6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@
88
from sentry_sdk.transport import Transport
99
from sentry_sdk.utils import Event, Dsn
1010

11+
1112
class EventCaptured(Exception):
1213
pass
1314

15+
1416
class _TestTransport(Transport):
1517
def __init__(self, *a, **kw):
1618
pass

0 commit comments

Comments
 (0)