Skip to content

Commit 01edcdd

Browse files
committed
Fix handle_pubsub_push_response
1 parent e45207f commit 01edcdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/_parsers/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ class AsyncPushNotificationsParser(Protocol):
192192

193193
async def handle_pubsub_push_response(self, response):
194194
"""Handle pubsub push responses asynchronously"""
195-
...
195+
raise NotImplementedError()
196196

197197
async def handle_push_response(self, response, **kwargs):
198198
"""Handle push responses asynchronously"""

0 commit comments

Comments
 (0)