Skip to content

Commit e504b61

Browse files
committed
fix: failed_namespaces type
1 parent 1374263 commit e504b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/socketio-stubs/base_client.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class BaseClient(Generic[_IsAsyncio, _T_co]):
5959
socketio_path: str | None
6060
sid: str | None
6161
connected: bool
62-
failed_namespaces: list[str | None]
62+
failed_namespaces: list[str]
6363
namespaces: dict[str, str | None]
6464
handlers: dict[str, Callable[..., Any]]
6565
namespace_handlers: dict[str, Callable[..., Any]]

0 commit comments

Comments
 (0)