summaryrefslogtreecommitdiff
path: root/kombu/abstract.py
diff options
context:
space:
mode:
Diffstat (limited to 'kombu/abstract.py')
-rw-r--r--kombu/abstract.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/kombu/abstract.py b/kombu/abstract.py
index 5372b5a1..38cff010 100644
--- a/kombu/abstract.py
+++ b/kombu/abstract.py
@@ -89,7 +89,6 @@ class MaybeChannelBound(Object):
def when_bound(self):
"""Callback called when the class is bound."""
- pass
def __repr__(self):
return self._repr_entity(type(self).__name__)