Skip to content

Commit de92df9

Browse files
Update sentry_sdk/integrations/__init__.py
Co-authored-by: Daniel Szoke <[email protected]>
1 parent 00a1df6 commit de92df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def setup_integrations(
125125
with_auto_enabling_integrations=False,
126126
disabled_integrations=None,
127127
):
128-
# type: (Sequence[Integration], bool, bool, Optional[Sequence[Union[type, Integration]]]) -> Dict[str, Integration]
128+
# type: (Sequence[Integration], bool, bool, Optional[Sequence[Union[type[Integration], Integration]]]) -> Dict[str, Integration]
129129
"""
130130
Given a list of integration instances, this installs them all.
131131

0 commit comments

Comments
 (0)