Skip to content

Commit 8517ce8

Browse files
committed
exc changes
Signed-off-by: Sai Shree Pradhan <saishree.pradhan@databricks.com>
1 parent 28b0734 commit 8517ce8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/databricks/sql/exc.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
import json
22
import logging
33

4-
from databricks.sql.telemetry.telemetry_client import TelemetryClientFactory
5-
64
logger = logging.getLogger(__name__)
75
from databricks.sql.telemetry.telemetry_client import TelemetryClientFactory
86

7+
98
### PEP-249 Mandated ###
109
# https://peps.python.org/pep-0249/#exceptions
1110
class Error(Exception):

0 commit comments

Comments
 (0)