Skip to content

Commit

Permalink
Remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ksafonov-db committed Jan 8, 2025
1 parent aa19cfe commit 0ec5120
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions databricks/sdk/mixins/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -717,10 +717,6 @@ def _wrap_stream(self, file_path: str, downloadResponse: DownloadResponse):


class _ResilientResponse(_RawResponse):
# _StreamingResponse uses two methods of the underlying response:
# - _response.iter_content(chunk_size=self._chunk_size)
# - _response.close
# we need to provide them and nothing else

def __init__(self, api: FilesExt, file_path: str, file_last_modified: str, offset: int,
underlying_response: _RawResponse):
Expand Down

0 comments on commit 0ec5120

Please sign in to comment.