Skip to content

Commit c0b63b2

Browse files
redundant comment
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent a91f144 commit c0b63b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ def _make_request(
116116
elif method.upper() == "POST":
117117
response = self.session.post(url, headers=headers, json=data)
118118
elif method.upper() == "DELETE":
119-
# For DELETE requests, use params for data (query parameters)
120119
response = self.session.delete(url, headers=headers, params=data)
121120
else:
122121
raise ValueError(f"Unsupported HTTP method: {method}")

0 commit comments

Comments
 (0)