Skip to content

Commit 650db34

Browse files
committed
Cody tidy
1 parent 3e670e6 commit 650db34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

graphql_ws/base_sync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def on_connect(self, connection_context, payload):
2121
pass
2222

2323
def on_close(self, connection_context):
24-
remove_operations = list(connection_context.operations.keys())
24+
remove_operations = list(connection_context.operations)
2525
for op_id in remove_operations:
2626
self.unsubscribe(connection_context, op_id)
2727

0 commit comments

Comments
 (0)