Skip to content

Commit 87919e0

Browse files
fix: Any is not defined
1 parent 3cc1a4f commit 87919e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/databricks/sql/backend/thrift_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import time
66
import uuid
77
import threading
8-
from typing import List, Union
8+
from typing import List, Union, Any
99

1010
from databricks.sql.thrift_api.TCLIService.ttypes import TOperationState
1111
from databricks.sql.ids import SessionId, CommandId, BackendType, guid_to_hex_id

0 commit comments

Comments
 (0)