Philipp Hörist pushed to branch master at gajim / python-nbxmpp
Commits:
f85d3c95 by Philipp Hörist at 2023-10-04T21:50:24+02:00
cfix: Fix indentation
- - - - -
1 changed file:
- nbxmpp/structs.py
Changes:
=====================================
nbxmpp/structs.py
=====================================
@@ -653,8 +653,8 @@ class DiscoInfo(NamedTuple):
def has_identity(self, category: str, type_: str) -> bool:
for identity in self.identities:
if (identity.category == category and
- identity.type == type_):
- return True
+ identity.type == type_):
+ return True
return False
@property
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/f85d3c952b546d4cd3626565fa30877415d4cf65
--
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/f85d3c952b546d4cd3626565fa30877415d4cf65
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]