client_python
client_python copied to clipboard
Use functools.wraps instead of decorator
Just a small cleanup: only 3.9+ is supported, so it looks fine to switch to functools.wraps.
@csmarchbanks Could you look on it please? Thanks.