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


Commits:
0bb75cdf by lovetox at 2022-07-10T17:31:45+02:00
chore: Ignore pyright error

- - - - -


1 changed file:

- gajim/common/const.py


Changes:

=====================================
gajim/common/const.py
=====================================
@@ -1180,6 +1180,6 @@ def is_offline(self):
     def __lt__(self, other: Union[PresenceShowExt, PresenceShow]) -> bool:
         if isinstance(other, PresenceShowExt):
             return False
-        if not isinstance(other, PresenceShow):
+        if not isinstance(other, PresenceShow):  # pyright: ignore
             return NotImplemented
         return True



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

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

Reply via email to