From 3121d470f86f737c0cc2f58d5a5528c34dd7b942 Mon Sep 17 00:00:00 2001
From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl>
Date: Tue, 10 Jan 2017 05:50:59 +0100
Subject: [PATCH] memoryview madness

---
 coolamqp/objects.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/coolamqp/objects.py b/coolamqp/objects.py
index 0b911ab..c9b23b2 100644
--- a/coolamqp/objects.py
+++ b/coolamqp/objects.py
@@ -73,7 +73,6 @@ class ReceivedMessage(Message):
         """
         :param body: message body. A stream of octets.
         :type body: str (py2) or bytes (py3)
-        :param cht: parent ClusterHandlerThread that emitted this message
         :param connect_id: connection ID. ClusterHandlerThread will check this in order
             not to ack messages that were received from a dead connection
         :param exchange_name: name of exchange this message was submitted to
-- 
GitLab