diff options
| author | Asif Saif Uddin <auvipy@gmail.com> | 2021-11-18 18:05:14 +0600 |
|---|---|---|
| committer | Asif Saif Uddin <auvipy@gmail.com> | 2021-11-18 18:05:14 +0600 |
| commit | 63247782dc5c4ca678e40840f33a5fbaa9e92281 (patch) | |
| tree | 1e6f785003917b01fa62827e357d02332051fe37 | |
| parent | 6ee1af5ca279c730aeeec5ac7934cdd0a07508c9 (diff) | |
| download | py-amqp-slots.tar.gz | |
remove slots from buffer classslots
| -rw-r--r-- | amqp/method_framing.py | 4 |
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 |
