Skip to content

Commit

Permalink
Update temp_table_auto_cleaner.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-aling authored Oct 17, 2024
1 parent c68a361 commit 0caa8ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from typing import TYPE_CHECKING, Dict

from snowflake.snowpark._internal.analyzer.snowflake_plan_node import SnowflakeTable
from snowflake.snowpark._internal.utils import is_in_stored_procedure, create_rlock
from snowflake.snowpark._internal.utils import create_rlock, is_in_stored_procedure

if TYPE_CHECKING:
from snowflake.snowpark.session import Session # pragma: no cover
Expand Down

0 comments on commit 0caa8ea

Please sign in to comment.