Skip to content

Fix: Using functools.wraps decorator for the report_timing method, so it keeps the...

Andrey Sheshukov requested to merge ash/Wrap_report_timing into main

This is a small fix. Using functools.wraps decorator for the report_timing method, so it keeps the signature and docstring of the wrapped object.

Merge request reports