Skip to content

Commit

Permalink
chore: remove ununsed variable
Browse files Browse the repository at this point in the history
  • Loading branch information
berrytern committed Sep 18, 2024
1 parent a8e696e commit 416c9a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions amqp_client_python/rabbitmq/async_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ def reconnect(self):
closed. Indicates that a reconnect is necessary then stops the
ioloop.
"""

self.should_reconnect = True
if not self.reconnecting:
self.reconnecting = True
self.retry_connection()
Expand Down

0 comments on commit 416c9a7

Please sign in to comment.