Skip to content

Commit b6be967

Browse files
type
1 parent d67ee37 commit b6be967

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sentry_sdk/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@ def _record_lost_event(
362362
data_category, # type: EventDataCategory
363363
quantity=1, # type: int
364364
):
365+
# type: (...) -> None
365366
if self.transport is not None:
366367
self.transport.record_lost_event(
367368
reason=reason,

0 commit comments

Comments
 (0)