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

Commit

Permalink
fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Meier committed Feb 3, 2022
1 parent de40317 commit 359a741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aioredis/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
AnyKeyT = TypeVar("AnyKeyT", bytes, str, memoryview)
AnyFieldT = TypeVar("AnyFieldT", bytes, str, memoryview)
AnyChannelT = ChannelT
PubSubHandler = Callable[[Dict[str, str]], None]
PubSubHandler = Callable[[Dict[str, str]], Awaitable[None]]

SYM_EMPTY = b""
EMPTY_RESPONSE = "EMPTY_RESPONSE"
Expand Down

0 comments on commit 359a741

Please sign in to comment.