Skip to content

Commit 404aadf

Browse files
formatting (black)
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent 2124fe0 commit 404aadf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/databricks/sql/backend/sea/utils/http_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def _make_request(
197197
json=data, # requests handles JSON encoding automatically
198198
headers=headers,
199199
)
200-
response.raise_for_status()
200+
response.raise_for_status()
201201
return response.json()
202202
except MaxRetryDurationError as e:
203203
# MaxRetryDurationError is raised directly by DatabricksRetryPolicy

0 commit comments

Comments
 (0)