summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsif Saif Uddin <auvipy@gmail.com>2021-11-18 18:05:14 +0600
committerAsif Saif Uddin <auvipy@gmail.com>2021-11-18 18:05:14 +0600
commit63247782dc5c4ca678e40840f33a5fbaa9e92281 (patch)
tree1e6f785003917b01fa62827e357d02332051fe37
parent6ee1af5ca279c730aeeec5ac7934cdd0a07508c9 (diff)
downloadpy-amqp-slots.tar.gz
remove slots from buffer classslots
-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