Skip to content

Commit 4c14a2a

Browse files
committed
formatting
Signed-off-by: Sai Shree Pradhan <[email protected]>
1 parent 3991af2 commit 4c14a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/databricks/sql/common/http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def send(self, request, **kwargs):
9898
return super().send(request, **kwargs)
9999

100100

101-
class TelemetryHttpClient: # TODO: Unify all the http clients in the PySQL Connector
101+
class TelemetryHttpClient: # TODO: Unify all the http clients in the PySQL Connector
102102
"""Singleton HTTP client for sending telemetry data."""
103103

104104
_instance: Optional["TelemetryHttpClient"] = None

0 commit comments

Comments
 (0)