Skip to content

Commit 14d9d40

Browse files
committed
Fix typo in convenience imports.
Fix #1496.
1 parent 90270d8 commit 14d9d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/websockets/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
"ExtensionParameter": ".typing",
184184
"LoggerLike": ".typing",
185185
"Origin": ".typing",
186-
"StatusLike": "typing",
186+
"StatusLike": ".typing",
187187
"Subprotocol": ".typing",
188188
},
189189
deprecated_aliases={

0 commit comments

Comments
 (0)