docs: fix message transformer docstrings (#23264)

This commit is contained in:
Bagatur
2024-06-21 09:10:03 -07:00
committed by GitHub
parent 0deb98ac0c
commit 4c97a9ee53

View File

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