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


Commits:
e05e6c85 by Philipp Hörist at 2026-06-05T20:17:40+02:00
cq: Application: Fix type annotation

- - - - -


1 changed file:

- gajim/gtk/application.py


Changes:

=====================================
gajim/gtk/application.py
=====================================
@@ -537,7 +537,7 @@ def create_account(
         self,
         account: str,
         address: JID,
-        password: str,
+        password: str | None,
         proxy_name: str | None,
         custom_host: tuple[str, ConnectionProtocol, ConnectionType] | None,
         anonymous: bool = False,



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

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

Reply via email to