Skip to content
This repository was archived by the owner on Feb 21, 2023. It is now read-only.

Commit 359a741

Browse files
author
Stephan Meier
committed
fix linter error
1 parent de40317 commit 359a741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aioredis/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
AnyKeyT = TypeVar("AnyKeyT", bytes, str, memoryview)
7575
AnyFieldT = TypeVar("AnyFieldT", bytes, str, memoryview)
7676
AnyChannelT = ChannelT
77-
PubSubHandler = Callable[[Dict[str, str]], None]
77+
PubSubHandler = Callable[[Dict[str, str]], Awaitable[None]]
7878

7979
SYM_EMPTY = b""
8080
EMPTY_RESPONSE = "EMPTY_RESPONSE"

0 commit comments

Comments
 (0)