docs: fix message transformer docstrings (#23264)

pull/23270/head
Bagatur 2 weeks ago committed by GitHub
parent 0deb98ac0c
commit 4c97a9ee53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -296,6 +296,7 @@ def _runnable_support(func: Callable) -> Callable:
partial(func, **kwargs), name=getattr(func, "__name__")
)
wrapped.__doc__ = func.__doc__
return wrapped

Loading…
Cancel
Save