Skip to content

Commit

Permalink
rm code
Browse files Browse the repository at this point in the history
  • Loading branch information
thuibr committed Oct 21, 2024
1 parent b6eea5f commit 5dbfb47
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions kombu/transport/redis.py
Original file line number Diff line number Diff line change
Expand Up @@ -1087,11 +1087,6 @@ def _purge(self, queue):

def close(self):
self._closing = True
if self._in_poll:
try:
self._brpop_read()
except Empty:
pass
if not self.closed:
# remove from channel poller.
self.connection.cycle.discard(self)
Expand Down

0 comments on commit 5dbfb47

Please sign in to comment.