Skip to content

Commit 4620ae0

Browse files
committed
add docstring
1 parent aea99d3 commit 4620ae0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

synapseclient/core/async_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,5 +158,6 @@ async def wrapper(*args, **kwargs):
158158

159159

160160
def skip_async_to_sync(func):
161+
"""Decorator to skip the async to sync conversion for a specific function."""
161162
func._skip_conversion = True
162163
return func

0 commit comments

Comments
 (0)