From e0d226bab60bebd3bda28d40d0d13fa282669b9e Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Thu, 11 Aug 2016 19:57:42 +0200 Subject: fix pep8 test --- gitlab/utils.py | 1 + 1 file changed, 1 insertion(+) (limited to 'gitlab/utils.py') diff --git a/gitlab/utils.py b/gitlab/utils.py index e802f74..bd9c275 100644 --- a/gitlab/utils.py +++ b/gitlab/utils.py @@ -15,6 +15,7 @@ # You should have received a copy of the GNU Lesser General Public License # along with this program. If not, see . + class _StdoutStream(object): def __call__(self, chunk): print(chunk) -- cgit v1.2.1