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

Commits:
35b5a4d7 by Philipp Hörist at 2018-11-20T22:06:27Z
Satisfy pylint/mypy

- - - - -


2 changed files:

- gajim/gtk/util.py
- gajim/privatechat_control.py


Changes:

=====================================
gajim/gtk/util.py
=====================================
@@ -180,7 +180,7 @@ def get_builder(file_name: str, widgets: List[str] = None) 
-> Builder:
     return Builder(file_name, widgets)
 
 
-def set_urgency_hint(window: Any, setting: bool):
+def set_urgency_hint(window: Any, setting: bool) -> None:
     if app.config.get('use_urgency_hint'):
         window.set_urgency_hint(setting)
 


=====================================
gajim/privatechat_control.py
=====================================
@@ -24,8 +24,6 @@
 # You should have received a copy of the GNU General Public License
 # along with Gajim. If not, see <http://www.gnu.org/licenses/>.
 
-import nbxmpp
-
 from gajim import message_control
 
 from gajim.common import app



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/35b5a4d7a99b574254c32d1c72f886be18368129

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