From e548a89269b1937f32c1f8a01d22739b24aadcb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Mon, 24 Jul 2017 14:39:32 +0200 Subject: [PATCH] Add pylint hints --- gajim/common/connection_handlers_events.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gajim/common/connection_handlers_events.py b/gajim/common/connection_handlers_events.py index 15e31c74e..b133b143a 100644 --- a/gajim/common/connection_handlers_events.py +++ b/gajim/common/connection_handlers_events.py @@ -18,6 +18,9 @@ ## along with Gajim. If not, see . ## +# pylint: disable=no-init +# pylint: disable=attribute-defined-outside-init + from calendar import timegm import datetime import hashlib