Skip to content

Commit 91012ad

Browse files
committed
fix: Break long comment line to comply with Black
1 parent 97e2bea commit 91012ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/databricks/sql/telemetry/telemetry_client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,8 @@ def __init__(
205205

206206
# Create telemetry push client based on circuit breaker enabled flag
207207
if client_context.telemetry_circuit_breaker_enabled:
208-
# Create circuit breaker telemetry push client (circuit breakers created on-demand)
208+
# Create circuit breaker telemetry push client
209+
# (circuit breakers created on-demand)
209210
self._telemetry_push_client: ITelemetryPushClient = (
210211
CircuitBreakerTelemetryPushClient(
211212
TelemetryPushClient(self._http_client),

0 commit comments

Comments
 (0)