Skip to content

Commit d038d84

Browse files
remove unused callback (to be introduced later)
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent 3f42a03 commit d038d84

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/databricks/sql/cloudfetch/downloader.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ class DownloadableResultSettings:
5454
max_consecutive_file_download_retries (int): Number of consecutive download retries before shutting down.
5555
"""
5656

57-
expired_link_callback: Callable[[TSparkArrowResultLink], TSparkArrowResultLink]
5857
is_lz4_compressed: bool
5958
link_expiry_buffer_secs: int = 0
6059
download_timeout: int = 60

0 commit comments

Comments
 (0)