Skip to content

Commit fbf58a7

Browse files
committed
fix: handlers type
1 parent ab4962e commit fbf58a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/socketio-stubs/base_server.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class BaseServer(Generic[_IsAsyncio, _T_co]):
4242
packet_class: type[Packet]
4343
eio: _T_co
4444
environ: Mapping[str, Any]
45-
handlers: Callable[..., Any]
45+
handlers: dict[str, Callable[..., Any]]
4646
namespace_handlers: dict[str, Callable[..., Any]]
4747
not_handled: object
4848
logger: logging.Logger

0 commit comments

Comments
 (0)