We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c01435 commit 4d3ff2cCopy full SHA for 4d3ff2c
awscrt/eventstream/rpc.py
@@ -11,11 +11,11 @@
11
import awscrt.exceptions
12
from awscrt.eventstream import Header
13
from awscrt.io import ClientBootstrap, SocketOptions, TlsConnectionOptions
14
-from collections.abc import Callable, Union
+from collections.abc import Callable
15
from concurrent.futures import Future
16
from enum import IntEnum
17
from functools import partial
18
-from typing import Optional, Sequence
+from typing import Optional, Sequence, Union
19
20
__all__ = [
21
'MessageType',
0 commit comments