Skip to content

Commit c646335

Browse files
committed
description changed
Signed-off-by: Nikhil Suri <[email protected]>
1 parent 7cbc4c8 commit c646335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/databricks/sql/telemetry/telemetry_push_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def request(
115115

116116
def _make_request_and_check_status():
117117
"""
118-
Inner function that makes the request and checks response status.
118+
Function that makes the request and checks response status.
119119
120120
Raises TelemetryRateLimitError ONLY for 429/503 so circuit breaker counts them as failures.
121121
For all other errors, returns mock success response so circuit breaker does NOT count them.

0 commit comments

Comments
 (0)