Skip to content

Commit fab0fba

Browse files
committed
more typing
1 parent 2c8be6c commit fab0fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/loguru.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def __init__(
8484
event_format=DEFAULT_FORMAT,
8585
sentry_logs_level=DEFAULT_LEVEL,
8686
):
87-
# type: (Optional[int], Optional[int], str | loguru.FormatFunction, str | loguru.FormatFunction, int) -> None
87+
# type: (Optional[int], Optional[int], str | loguru.FormatFunction, str | loguru.FormatFunction, Optional[int]) -> None
8888
LoguruIntegration.level = level
8989
LoguruIntegration.event_level = event_level
9090
LoguruIntegration.breadcrumb_format = breadcrumb_format

0 commit comments

Comments
 (0)