Fix pylint errors

This commit is contained in:
Philipp Hörist 2019-01-02 02:16:42 +01:00
parent f2beea0df3
commit 0fcf90f8d5
2 changed files with 0 additions and 2 deletions

View File

@ -26,7 +26,6 @@
import logging
import operator
import time
import nbxmpp

View File

@ -124,7 +124,6 @@ class Presence:
'status': properties.status,
'contact_list': [],
'contact': None,
'need_add_in_roster': False,
}
event_ = NetworkEvent('presence-received', **event_attrs)