Skip to content

Commit

Permalink
fix typings
Browse files Browse the repository at this point in the history
  • Loading branch information
roflcoopter committed Jun 11, 2024
1 parent c579830 commit 7f7be28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viseron/components/webserver/websocket_api/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
LOGGER = logging.getLogger(__name__)


def websocket_command(schema: vol.Schema | dict[Any, Any]) -> Callable:
def websocket_command(schema: dict[Any, Any]) -> Callable:
"""Websocket command decorator."""
command = schema["type"]

Expand Down

0 comments on commit 7f7be28

Please sign in to comment.