Fix pylint errors
This commit is contained in:
parent
f2beea0df3
commit
0fcf90f8d5
|
@ -26,7 +26,6 @@
|
|||
|
||||
import logging
|
||||
import operator
|
||||
import time
|
||||
|
||||
import nbxmpp
|
||||
|
||||
|
|
|
@ -124,7 +124,6 @@ class Presence:
|
|||
'status': properties.status,
|
||||
'contact_list': [],
|
||||
'contact': None,
|
||||
'need_add_in_roster': False,
|
||||
}
|
||||
|
||||
event_ = NetworkEvent('presence-received', **event_attrs)
|
||||
|
|
Loading…
Reference in New Issue