Philipp Hörist pushed to branch master at gajim / gajim
Commits: 1d6d6d47 by lovetox at 2021-12-07T00:09:34+01:00 Remove unused imports - - - - - 1 changed file: - gajim/common/app.py Changes: ===================================== gajim/common/app.py ===================================== @@ -28,7 +28,6 @@ from typing import Any from typing import NamedTuple -from typing import Union from typing import Optional from typing import cast @@ -44,7 +43,6 @@ from nbxmpp.idlequeue import IdleQueue from gi.repository import Gdk from gi.repository import GLib -from nbxmpp.protocol import JID import gajim from gajim.common import types View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/1d6d6d4723db50ceb04f0ae8a250e70ccc42ec86 -- View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/1d6d6d4723db50ceb04f0ae8a250e70ccc42ec86 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
