Skip to content

Commit

Permalink
add absolute import for Table type hinting in dataframe.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shanefrieskh committed Feb 6, 2025
1 parent 7f6d091 commit 7cc9dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snowflake/snowpark/dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@

if TYPE_CHECKING:
import modin.pandas # pragma: no cover
from table import Table # pragma: no cover
from snowflake.snowpark.table import Table # pragma: no cover

_logger = getLogger(__name__)

Expand Down

0 comments on commit 7cc9dae

Please sign in to comment.