collect_traces
wrong return type when it's used as a decorator
#443
Labels
bug
Something isn't working
We're using the
@context_manager
decorator oncollect_traces
function, so, we can use it as a decorator or context manager.When we use it as a decorator, the decorated function be with a wrong return type!!
Type safety test:
Expected:
Actual:
Refs #441
The text was updated successfully, but these errors were encountered: