Philipp Hörist pushed to branch master at gajim / gajim
Commits:
94c213ab by lovetox at 2022-06-17T16:10:28+02:00
chore: Remote: Fix pylint errors
- - - - -
1 changed file:
- gajim/common/dbus/remote_control.py
Changes:
=====================================
gajim/common/dbus/remote_control.py
=====================================
@@ -407,5 +407,5 @@ def get_unread_msgs_number() -> str:
return str(app.window.get_total_unread_count())
@staticmethod
- def Introspect() -> str:
+ def Introspect() -> str: # pylint: disable=invalid-name
return INTERFACE_DESC
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/94c213ab598555d27b785d64a185cb49f935d56f
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/94c213ab598555d27b785d64a185cb49f935d56f
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