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 1374263 commit e504b61Copy full SHA for e504b61
src/socketio-stubs/base_client.pyi
@@ -59,7 +59,7 @@ class BaseClient(Generic[_IsAsyncio, _T_co]):
59
socketio_path: str | None
60
sid: str | None
61
connected: bool
62
- failed_namespaces: list[str | None]
+ failed_namespaces: list[str]
63
namespaces: dict[str, str | None]
64
handlers: dict[str, Callable[..., Any]]
65
namespace_handlers: dict[str, Callable[..., Any]]
0 commit comments