From 0fcf90f8d558a5b0175025caa3fd5b1a45a79849 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Wed, 2 Jan 2019 02:16:42 +0100 Subject: [PATCH] Fix pylint errors --- gajim/common/connection_handlers.py | 1 - gajim/common/modules/presence.py | 1 - 2 files changed, 2 deletions(-) diff --git a/gajim/common/connection_handlers.py b/gajim/common/connection_handlers.py index e61879549..7d4ebcf5f 100644 --- a/gajim/common/connection_handlers.py +++ b/gajim/common/connection_handlers.py @@ -26,7 +26,6 @@ import logging import operator -import time import nbxmpp diff --git a/gajim/common/modules/presence.py b/gajim/common/modules/presence.py index 78d22e1ae..f568acbce 100644 --- a/gajim/common/modules/presence.py +++ b/gajim/common/modules/presence.py @@ -124,7 +124,6 @@ class Presence: 'status': properties.status, 'contact_list': [], 'contact': None, - 'need_add_in_roster': False, } event_ = NetworkEvent('presence-received', **event_attrs)