Skip to content

Commit fb9ef43

Browse files
committed
formatting
Signed-off-by: Sai Shree Pradhan <saishree.pradhan@databricks.com>
1 parent 3eabac9 commit fb9ef43

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
@@ -397,8 +397,8 @@ def close_telemetry_client(session_id_hex):
397397
global _initialized, _executor
398398
with _lock:
399399
if (telemetry_client := _clients.pop(session_id_hex, None)) is not None:
400-
# if session_id_hex in _clients:
401-
# telemetry_client = _clients.pop(session_id_hex)
400+
# if session_id_hex in _clients:
401+
# telemetry_client = _clients.pop(session_id_hex)
402402
logger.debug("Removing telemetry client for connection %s", session_id_hex)
403403
telemetry_client.close()
404404

0 commit comments

Comments
 (0)