Skip to content

Commit ae5b4a3

Browse files
committed
update
1 parent 4ea165e commit ae5b4a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

databricks/sdk/common/lro.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ def __init__(self, *, timeout: Optional[timedelta] = None):
1212
"""
1313
Args:
1414
timeout: The timeout for the Long Running Operations.
15+
if not set, then operation will wait forever.
1516
"""
1617
self.timeout = timeout

0 commit comments

Comments
 (0)