Skip to content

Commit 307a8cc

Browse files
committed
formatting
Signed-off-by: Sai Shree Pradhan <saishree.pradhan@databricks.com>
1 parent b5bf165 commit 307a8cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/databricks/sql/telemetry/telemetry_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ class TelemetryClient(BaseTelemetryClient):
158158
# Telemetry endpoint paths
159159
TELEMETRY_AUTHENTICATED_PATH = "/telemetry-ext"
160160
TELEMETRY_UNAUTHENTICATED_PATH = "/telemetry-unauth"
161-
DEFAULT_BATCH_SIZE = 10
161+
DEFAULT_BATCH_SIZE = 10
162162

163163
def __init__(
164164
self,

0 commit comments

Comments
 (0)