Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood authored Sep 25, 2023
1 parent 7b67a60 commit 844214b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/Flask-SocketIO/flask_socketio/namespace.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class _Namespace(_BaseNamespace, Protocol):
room: str | None = None,
skip_sid=None,
namespace: str | None = None,
callback: Callable[..., _Incomplete] | None = None,
callback: Callable[..., Incomplete] | None = None,
ignore_queue: bool = False,
): ...
def send(
Expand Down

0 comments on commit 844214b

Please sign in to comment.