Remove type-ignore related to Pyright issue.
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user