Philipp Hörist pushed to branch master at gajim / gajim
Commits:
eb29669c by Philipp Hörist at 2026-07-16T17:20:20+02:00
cq: CodeWidget: Add type annotation
- - - - -
1 changed file:
- gajim/gtk/conversation/code_widget.py
Changes:
=====================================
gajim/gtk/conversation/code_widget.py
=====================================
@@ -19,7 +19,7 @@
log = logging.getLogger("gajim.gtk.conversation.code_widget")
-LANG_MAP = {"python": "python3"}
+LANG_MAP: dict[str | None, str | None] = {"python": "python3"}
class CodeWidget(Gtk.Box, SignalManager):
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/eb29669cca0aab09e21140e897df7d433b2bd70d
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/eb29669cca0aab09e21140e897df7d433b2bd70d
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]