File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 55import sys
66import time
77from collections import Counter , defaultdict
8- from collections .abc import Mapping
8+ from collections .abc import Mapping , Callable
99from textwrap import dedent
1010from unittest import mock
11+ from typing import Optional , Union
1112
1213import pytest
1314
2627from sentry_sdk .transport import Transport
2728from sentry_sdk .serializer import MAX_DATABAG_BREADTH
2829from sentry_sdk .consts import DEFAULT_MAX_BREADCRUMBS , DEFAULT_MAX_VALUE_LENGTH
29-
30- from typing import TYPE_CHECKING
31-
32- if TYPE_CHECKING :
33- from collections .abc import Callable
34- from typing import Optional , Union
35- from sentry_sdk ._types import Event
30+ from sentry_sdk ._types import Event
3631
3732
3833maximum_python_312 = pytest .mark .skipif (
You can’t perform that action at this time.
0 commit comments