[tasks] Use ParamSpec in ext-tasks #45

Open
paris-ci wants to merge 3 commits from paris-ci/pr7044 into 2.0
Showing only changes of commit faa3e84cfb - Show all commits

View File

@ -757,4 +757,4 @@ def loop(
'loop': loop,
}
return Loop[P, T](func, **kwargs)
return decorator # type: ignore - pyright bug
return decorator