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


Commits:
0f479459 by lovetox at 2021-12-15T23:04:07+01:00
Fix pylint errors

- - - - -


2 changed files:

- gajim/gtk/conversation/message_widget.py
- gajim/gtk/conversation/rows/message.py


Changes:

=====================================
gajim/gtk/conversation/message_widget.py
=====================================
@@ -62,7 +62,6 @@ def _add_action_phrase(self, text: str, nickname: str):
         widget = PlainWidget(self._account, self._selectable)
         widget.add_action_phrase(text, nickname)
         self.add(widget)
-        return
 
     def add_content(self, content: ContentT) -> None:
         self.clear()


=====================================
gajim/gtk/conversation/rows/message.py
=====================================
@@ -39,7 +39,6 @@
 from gajim.common.helpers import message_needs_highlight
 from gajim.common.helpers import reduce_chars_newlines
 from gajim.common.helpers import to_user_string
-from gajim.common.styling import ParsingResult
 from gajim.common.i18n import _
 from gajim.common.i18n import Q_
 



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

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/0f479459a66bb2503571a94d6edce842ff2c0664
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