Skip to content

Commit

Permalink
Fix pre-commit in chia/rpc/util.py (#18823)
Browse files Browse the repository at this point in the history
  • Loading branch information
Quexington authored Nov 5, 2024
1 parent 42541ae commit 15079c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chia/rpc/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ async def rpc_endpoint(


def wrap_http_handler(
f: Callable[[dict[str, Any]], Awaitable[EndpointResult]]
f: Callable[[dict[str, Any]], Awaitable[EndpointResult]],
) -> Callable[[aiohttp.web.Request], Awaitable[aiohttp.web.StreamResponse]]:
async def inner(request: aiohttp.web.Request) -> aiohttp.web.StreamResponse:
request_data = await request.json()
Expand Down

0 comments on commit 15079c6

Please sign in to comment.