Skip to content

Commit

Permalink
function args
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Mar 18, 2024
1 parent de64a2b commit 9788d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anywidget/experimental.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def _register_experimental_custom_message_reducer(
return

def handle_anywidget_dispatch(
self, msg: str | list | dict, buffers: list[bytes]
self: AnywidgetReducerProtocol, msg: str | list | dict, buffers: list[bytes]
) -> None:
if not isinstance(msg, dict) or msg.get("kind") != "anywidget-dispatch":
return
Expand Down

0 comments on commit 9788d30

Please sign in to comment.