Skip to content

Commit 9fd034a

Browse files
committed
.
1 parent 0e80b58 commit 9fd034a

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

tests/test_client.py

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
import sys
66
import time
77
from collections import Counter, defaultdict
8-
from collections.abc import Mapping
8+
from collections.abc import Mapping, Callable
99
from textwrap import dedent
1010
from unittest import mock
11+
from typing import Optional, Union
1112

1213
import pytest
1314

@@ -26,13 +27,7 @@
2627
from sentry_sdk.transport import Transport
2728
from sentry_sdk.serializer import MAX_DATABAG_BREADTH
2829
from 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

3833
maximum_python_312 = pytest.mark.skipif(

0 commit comments

Comments
 (0)