Philipp Hörist pushed to branch master at gajim / gajim

Commits:
0fcf90f8 by Philipp Hörist at 2019-01-02T01:16:42Z
Fix pylint errors

- - - - -


2 changed files:

- gajim/common/connection_handlers.py
- gajim/common/modules/presence.py


Changes:

=====================================
gajim/common/connection_handlers.py
=====================================
@@ -26,7 +26,6 @@
 
 import logging
 import operator
-import time
 
 import nbxmpp
 


=====================================
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)



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/0fcf90f8d558a5b0175025caa3fd5b1a45a79849

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/0fcf90f8d558a5b0175025caa3fd5b1a45a79849
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to