We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28b0734 commit 8517ce8Copy full SHA for 8517ce8
src/databricks/sql/exc.py
@@ -1,11 +1,10 @@
1
import json
2
import logging
3
4
-from databricks.sql.telemetry.telemetry_client import TelemetryClientFactory
5
-
6
logger = logging.getLogger(__name__)
7
from databricks.sql.telemetry.telemetry_client import TelemetryClientFactory
8
+
9
### PEP-249 Mandated ###
10
# https://peps.python.org/pep-0249/#exceptions
11
class Error(Exception):
0 commit comments