Skip to content

Commit aa3ee94

Browse files
committed
chore: fix typo
1 parent 4571bc4 commit aa3ee94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/concepts/models/python_models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ import typing as t
301301
from datetime import datetime
302302

303303
import pandas as pd
304-
from snowwflake.snowpark.dataframe import DataFrame
304+
from snowflake.snowpark.dataframe import DataFrame
305305

306306
from sqlmesh import ExecutionContext, model
307307

0 commit comments

Comments
 (0)