Skip to content

Commit 3d75d6c

Browse files
fix: import CommandId in client tests
1 parent 10ee940 commit 3d75d6c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/databricks/sql/auth/retry.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
from urllib3.util.retry import RequestHistory
2020

2121

22-
2322
from databricks.sql.exc import (
2423
CursorAlreadyClosedError,
2524
MaxRetryDurationError,

tests/unit/test_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
from databricks.sql.exc import RequestError, CursorAlreadyClosedError
2424
from databricks.sql.types import Row
2525
from databricks.sql.result_set import ResultSet, ThriftResultSet
26+
from databricks.sql.backend.types import CommandId
2627

2728
from tests.unit.test_fetches import FetchTests
2829
from tests.unit.test_thrift_backend import ThriftBackendTestSuite

0 commit comments

Comments
 (0)