Skip to content

Commit 7c483f2

Browse files
remove duplicate import
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent 73bc282 commit 7c483f2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/databricks/sql/backend/thrift_backend.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1224,8 +1224,6 @@ def fetch_results(
12241224
)
12251225
)
12261226

1227-
from databricks.sql.utils import ResultSetQueueFactory
1228-
12291227
queue = ResultSetQueueFactory.build_queue(
12301228
row_set_type=resp.resultSetMetadata.resultFormat,
12311229
t_row_set=resp.results,

0 commit comments

Comments
 (0)