Skip to content

Commit

Permalink
Revert QoS._delivered comment chagne.
Browse files Browse the repository at this point in the history
  • Loading branch information
atombrella committed Jan 26, 2022
1 parent cbe9202 commit 57df2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kombu/transport/virtual/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ class QoS:
#: current prefetch count value
prefetch_count = 0

#: dictionary of active messages.
#: :class:`~collections.OrderedDict` of active messages.
#: *NOTE*: Can only be modified by the consuming thread.
_delivered = None

Expand Down

0 comments on commit 57df2bb

Please sign in to comment.