Skip to content

Commit 6146d13

Browse files
committed
Revert accidental changes
1 parent 41190d7 commit 6146d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/_parsers/resp3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def __init__(self, socket_read_size):
1717
self.pubsub_push_handler_func = self.handle_pubsub_push_response
1818
self.invalidation_push_handler_func = None
1919

20-
async def handle_pubsub_push_response(self, response):
20+
def handle_pubsub_push_response(self, response):
2121
logger = getLogger("push_response")
2222
logger.info("Push response: " + str(response))
2323
return response

0 commit comments

Comments
 (0)