Skip to content

Commit 63e5c85

Browse files
committed
linting fix
Signed-off-by: Sreekanth Vadigi <[email protected]>
1 parent 68b0d3f commit 63e5c85

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/databricks/sql/client.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,9 @@ def _handle_staging_put_stream(
773773
headers=headers,
774774
timeout=300, # 5 minute timeout
775775
) as response:
776-
self._validate_staging_http_response(response, UploadType.STREAM_UPLOAD.value)
776+
self._validate_staging_http_response(
777+
response, UploadType.STREAM_UPLOAD.value
778+
)
777779

778780
@log_latency(StatementType.SQL)
779781
def _handle_staging_put(

0 commit comments

Comments
 (0)