Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
makemake-kbo committed Jan 7, 2024
1 parent 2a1cf8a commit 1004ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hrotti/websocket_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from fastapi import WebSocket

from .methods import BlockInfo, handle_request, RPCRequest
from .methods import BlockInfo, RPCRequest, handle_request


async def accept_ws_request(info: BlockInfo, websocket: WebSocket):
Expand Down

0 comments on commit 1004ed5

Please sign in to comment.