Skip to content

Commit 2f8e7fd

Browse files
committed
empty change
1 parent 1cb78f1 commit 2f8e7fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mindsdb_sdk/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ def predict(self, data: Union[pd.DataFrame, Query, dict], params: dict = None) -
130130
:param params: parameters for predictor, optional
131131
:return: dataframe with result of prediction
132132
"""
133+
133134
if isinstance(data, Query):
134135
# create join from select if it is simple select
135136
ast_query = parse_sql(data.sql, dialect='mindsdb')

0 commit comments

Comments
 (0)