You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting this typing error on my callback that got passed to basic_consume:
error: Item "GetEmpty" of "Union[Deliver, GetEmpty, GetOk]" has no attribute "delivery_tag" [union-attr]
await message.channel.basic_ack(message.delivery.delivery_tag)
^
where message is of type aiormq.types.DeliveredMessage, defined here:
Getting this typing error on my callback that got passed to
basic_consume
:where
message
is of typeaiormq.types.DeliveredMessage
, defined here:aiormq/aiormq/types.py
Lines 12 to 20 in dde0ce8
The text was updated successfully, but these errors were encountered: