From d188e878da2dffcaf0631a3ccacc0f36a4a5a2ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Sat, 28 May 2016 23:44:13 +0200 Subject: [PATCH] I don't know what I did --- coolamqp/cluster.py | 1 - coolamqp/handler.py | 1 - 2 files changed, 2 deletions(-) diff --git a/coolamqp/cluster.py b/coolamqp/cluster.py index bd85db9..bd64179 100644 --- a/coolamqp/cluster.py +++ b/coolamqp/cluster.py @@ -180,4 +180,3 @@ class Cluster(object): """ self.thread.terminate() self.thread.join() - return diff --git a/coolamqp/handler.py b/coolamqp/handler.py index 15d0ec5..f7567a8 100644 --- a/coolamqp/handler.py +++ b/coolamqp/handler.py @@ -158,7 +158,6 @@ class ClusterHandlerThread(threading.Thread): """ self.is_terminating = True - ## events called def _on_recvmessage(self, body, exchange_name, routing_key, delivery_tag, properties): """ -- GitLab