Skip to content

Commit

Permalink
another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood committed Sep 25, 2023
1 parent f214048 commit 7b67a60
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[..., _T] | None = None,
callback: Callable[..., _Incomplete] | None = None,

Check failure on line 22 in stubs/Flask-SocketIO/flask_socketio/namespace.pyi

View workflow job for this annotation

GitHub Actions / Test typeshed with pyright (Linux, 3.11)

"_Incomplete" is not defined (reportUndefinedVariable)
ignore_queue: bool = False,
): ...
def send(
Expand Down

0 comments on commit 7b67a60

Please sign in to comment.