Skip to content

Commit 9e0a0f4

Browse files
committed
mypy
1 parent 0367592 commit 9e0a0f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/logging.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def __init__(
6969
sentry_logs_level=DEFAULT_LEVEL,
7070
event_level=DEFAULT_EVENT_LEVEL,
7171
):
72-
# type: (Optional[int], Optional[int]) -> None
72+
# type: (Optional[int], Optional[int], Optional[int]) -> None
7373
self._handler = None
7474
self._breadcrumb_handler = None
7575
self._sentry_logs_handler = None

0 commit comments

Comments
 (0)