Skip to content

Commit 49bd25a

Browse files
Export ClientWSTimeout to top-level namespace (#8612)
1 parent d1c8dfb commit 49bd25a

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

CHANGES/8612.feature.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Exported ``ClientWSTimeout`` to top-level namespace -- by :user:`Dreamsorcerer`.

aiohttp/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
ClientSSLError,
2222
ClientTimeout,
2323
ClientWebSocketResponse,
24+
ClientWSTimeout,
2425
ConnectionTimeoutError,
2526
ContentTypeError,
2627
Fingerprint,
@@ -130,6 +131,7 @@
130131
"ClientSession",
131132
"ClientTimeout",
132133
"ClientWebSocketResponse",
134+
"ClientWSTimeout",
133135
"ConnectionTimeoutError",
134136
"ContentTypeError",
135137
"Fingerprint",

aiohttp/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@
141141
# client
142142
"ClientSession",
143143
"ClientTimeout",
144+
"ClientWSTimeout",
144145
"request",
145146
)
146147

0 commit comments

Comments
 (0)