Skip to content

Commit 54f281f

Browse files
committed
formatting
Signed-off-by: Sai Shree Pradhan <saishree.pradhan@databricks.com>
1 parent 384849f commit 54f281f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/databricks/sql/telemetry/telemetry_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ def send_connection_error_telemetry(
492492

493493
url = f"https://{host_url}/telemetry-unauth"
494494
headers = {"Accept": "application/json", "Content-Type": "application/json"}
495-
495+
496496
# Send synchronously for connection errors since we're probably about to exit
497497
response = requests.post(
498498
url,
@@ -509,4 +509,4 @@ def send_connection_error_telemetry(
509509
)
510510

511511
except Exception as e:
512-
logger.debug("Failed to send connection error telemetry: %s", e)
512+
logger.debug("Failed to send connection error telemetry: %s", e)

0 commit comments

Comments
 (0)