Skip to content

Commit c91bc37

Browse files
correct typing
Signed-off-by: varun-edachali-dbx <[email protected]>
1 parent 904efe7 commit c91bc37

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
@@ -820,7 +820,7 @@ def _results_message_to_execute_response(self, resp, operation_state):
820820

821821
def get_execution_result(
822822
self, command_id: CommandId, cursor: "Cursor"
823-
) -> ExecuteResponse:
823+
) -> "ResultSet":
824824
thrift_handle = command_id.to_thrift_handle()
825825
if not thrift_handle:
826826
raise ValueError("Not a valid Thrift command ID")

0 commit comments

Comments
 (0)