Skip to content

Commit

Permalink
mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
brichet committed Oct 9, 2024
1 parent c4a2392 commit 2578840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycrdt_websocket/yroom.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ async def serve(self, websocket: Websocket):
except Exception as exception:
self._handle_exception(exception)

def local_update_awareness(self, type: str, changes: dict[str, Any]) -> None:
def local_update_awareness(self, type: str, changes: tuple[dict[str, Any], Any]) -> None:
"""
Callback to broadcast the server awareness to clients.
"""
Expand Down

0 comments on commit 2578840

Please sign in to comment.