Skip to content

Commit 4bb213c

Browse files
remove redundant docstring
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent 620906b commit 4bb213c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/databricks/sql/cloudfetch/download_manager.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ def get_next_downloaded_file(self, next_row_offset: int) -> DownloadedFile:
6767
# Make sure the download queue is always full
6868
self._schedule_downloads()
6969

70-
# No more files to download from this batch of links
7170
while len(self._download_tasks) == 0:
7271
if self._thread_pool._shutdown:
7372
raise Error("download manager shut down before file was ready")

0 commit comments

Comments
 (0)