Skip to content

Commit 809f35f

Browse files
committed
Remove close_conns
1 parent 9df0789 commit 809f35f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kafka/client_async.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,6 @@ def _can_connect(self, node_id):
261261
return conn.disconnected() and not conn.blacked_out()
262262

263263
def _conn_state_change(self, node_id, sock, conn):
264-
close_conns = []
265264
with self._lock:
266265
if conn.connecting():
267266
# SSL connections can enter this state 2x (second during Handshake)

0 commit comments

Comments
 (0)