Philipp Hörist pushed to branch master at gajim / python-nbxmpp


Commits:
408cb93c by lovetox at 2020-11-28T10:14:36+01:00
Disable pylint error

- - - - -


1 changed file:

- nbxmpp/modules/vcard4.py


Changes:

=====================================
nbxmpp/modules/vcard4.py
=====================================
@@ -679,6 +679,7 @@ class AdrProperty:
 
     @property
     def is_empty(self):
+        # pylint: disable=too-many-boolean-expressions
         if (self.pobox or
                 self.ext or
                 self.street or



View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/408cb93c31f8a971c1159918bd1d41db472c4c66

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/408cb93c31f8a971c1159918bd1d41db472c4c66
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