Daniel Brötzmann pushed to branch contactpopover at gajim / gajim


Commits:
69bc43c2 by wurstsalat at 2025-08-30T17:14:44+02:00
cq: Move pyright comment

- - - - -


1 changed file:

- test/gtk/ui_test_contact_popover.py


Changes:

=====================================
test/gtk/ui_test_contact_popover.py
=====================================
@@ -53,9 +53,9 @@ def __init__(self):
 
         button.set_popover(popover)
 
-        popover._on_vcard_received(
+        popover._on_vcard_received(  # pyright: ignore
             JID.from_string("[email protected]"), self._get_vcard()
-        )  # pyright: ignore
+        )
 
     def _get_contact(self) -> BareContact:
         contact = MagicMock(spec="BareContact")



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

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