Skip to content

Commit e58b6b5

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

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
@@ -24,7 +24,7 @@ class SeaHttpClient:
2424
HTTP client for Statement Execution API (SEA).
2525
2626
This client uses urllib3 for robust HTTP communication with retry policies
27-
and connection pooling, similar to the Thrift HTTP client but simplified.
27+
and connection pooling.
2828
"""
2929

3030
retry_policy: Union[DatabricksRetryPolicy, int]

0 commit comments

Comments
 (0)