Skip to content

Commit cd3378c

Browse files
correct add_link docstring
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent 4883aff commit cd3378c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/databricks/sql/cloudfetch/download_manager.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,11 @@ def _schedule_downloads(self):
104104
def add_link(self, link: TSparkArrowResultLink):
105105
"""
106106
Add more links to the download manager.
107+
107108
Args:
108-
links: List of links to add
109+
link: Link to add
109110
"""
111+
110112
if link.rowCount <= 0:
111113
return
112114

0 commit comments

Comments
 (0)