summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--amqp/method_framing.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/amqp/method_framing.py b/amqp/method_framing.py
index 658061e..5fe0505 100644
--- a/amqp/method_framing.py
+++ b/amqp/method_framing.py
@@ -87,10 +87,6 @@ class Buffer:
def __init__(self, buf):
self.buf = buf
- __slots__ = (
- "buf",
- )
-
@property
def buf(self):
return self._buf