Remove type-ignore related to Pyright issue.

This commit is contained in:
Josh
2021-06-11 14:55:27 +10:00
committed by GitHub
parent 3a71d3be5f
commit faa3e84cfb

View File

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