Philipp Hörist pushed to branch master at gajim / python-nbxmpp
Commits:
4bed9a95 by Philipp Hörist at 2022-12-31T22:02:00+01:00
cq: Ignore pylint error
- - - - -
1 changed file:
- nbxmpp/__init__.py
Changes:
=====================================
nbxmpp/__init__.py
=====================================
@@ -1,6 +1,6 @@
import gi
gi.require_version('Soup', '3.0')
-from .protocol import *
+from .protocol import * # pylint: disable=wrong-import-position
__version__: str = '3.2.5'
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/4bed9a95bf654147b9cb74a88e9f84ec5cdd77e3
--
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/4bed9a95bf654147b9cb74a88e9f84ec5cdd77e3
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