Remove type-ignore related to Pyright issue.
This commit is contained in:
parent
3a71d3be5f
commit
faa3e84cfb
@ -757,4 +757,4 @@ def loop(
|
|||||||
'loop': loop,
|
'loop': loop,
|
||||||
}
|
}
|
||||||
return Loop[P, T](func, **kwargs)
|
return Loop[P, T](func, **kwargs)
|
||||||
return decorator # type: ignore - pyright bug
|
return decorator
|
||||||
|
Loading…
x
Reference in New Issue
Block a user