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 d1c8dfb commit 49bd25aCopy full SHA for 49bd25a
CHANGES/8612.feature.rst
@@ -0,0 +1 @@
1
+Exported ``ClientWSTimeout`` to top-level namespace -- by :user:`Dreamsorcerer`.
aiohttp/__init__.py
@@ -21,6 +21,7 @@
21
ClientSSLError,
22
ClientTimeout,
23
ClientWebSocketResponse,
24
+ ClientWSTimeout,
25
ConnectionTimeoutError,
26
ContentTypeError,
27
Fingerprint,
@@ -130,6 +131,7 @@
130
131
"ClientSession",
132
"ClientTimeout",
133
"ClientWebSocketResponse",
134
+ "ClientWSTimeout",
135
"ConnectionTimeoutError",
136
"ContentTypeError",
137
"Fingerprint",
aiohttp/client.py
@@ -141,6 +141,7 @@
141
# client
142
143
144
145
"request",
146
)
147
0 commit comments