Philipp Hörist pushed to branch master at gajim / python-nbxmpp


Commits:
44ac3e64 by Philipp Hörist at 2025-08-02T10:39:53+02:00
cq: Fix type annotations

- - - - -


1 changed file:

- nbxmpp/task.py


Changes:

=====================================
nbxmpp/task.py
=====================================
@@ -88,7 +88,7 @@ def _setup_task(
     return task
 
 
-def iq_request_task(func: Callable[P, T]) -> Callable[P, T]:
+def iq_request_task(func: Callable[..., T]) -> Callable[..., T]:
     @wraps(func)
     def func_wrapper(
         self: NBXMPPModuleT,



View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/44ac3e64a23392f6c3f35f956c33d1c8a2a8f45d

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/44ac3e64a23392f6c3f35f956c33d1c8a2a8f45d
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