Skip to content

Commit 9bec86e

Browse files
committed
Remove a redundant async method
1 parent de8ced3 commit 9bec86e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

graphql_ws/base_async.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,6 @@ def process_message(self, connection_context, parsed_message):
121121
connection_context.remember_task(task)
122122
return task
123123

124-
async def send_message(self, *args, **kwargs):
125-
await super().send_message(*args, **kwargs)
126-
127124
async def on_open(self, connection_context):
128125
pass
129126

0 commit comments

Comments
 (0)