diff --git a/kombu/entity.py b/kombu/entity.py index 993c7fdf..42175669 100644 --- a/kombu/entity.py +++ b/kombu/entity.py @@ -559,7 +559,7 @@ class Queue(MaybeChannelBound): self.durable == other.durable and self.exclusive == other.exclusive and self.auto_delete == other.auto_delete and - self.bindings == other.bindins) + self.bindings == other.bindings) return False def __repr__(self):