Skip to content

Commit 7b8116f

Browse files
committed
Remove unnecessary comment
Signed-off-by: Kirill Safonov <[email protected]>
1 parent 996a6ab commit 7b8116f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

databricks/sdk/mixins/files.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -717,10 +717,6 @@ def _wrap_stream(self, file_path: str, downloadResponse: DownloadResponse):
717717

718718

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

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

0 commit comments

Comments
 (0)