Skip to content

Commit c7a6714

Browse files
authored
Fix 25.11.0 ci (#11920)
1 parent 9ced5e1 commit c7a6714

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mindsdb/integrations/libs/api_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import ast as py_ast
33

44
import pandas as pd
5-
from mindsdb_sql_parser.ast import ASTNode, Select, Insert, Update, Delete, Star, BinaryOperation, OrderBy
5+
from mindsdb_sql_parser.ast import ASTNode, Select, Insert, Update, Delete, Star, BinaryOperation
66
from mindsdb_sql_parser.ast.select.identifier import Identifier
77

88
from mindsdb.integrations.utilities.sql_utils import (

0 commit comments

Comments
 (0)