Skip to content

Commit 759dd9e

Browse files
fix: Fix import sorting in snowflake bootstrap.py
Remove extra blank line between snowflake.connector import and feast imports to satisfy ruff import sorting requirements. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 88cefb3 commit 759dd9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/python/feast/templates/snowflake/bootstrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import click
2-
import snowflake.connector
32

3+
import snowflake.connector
44
from feast.file_utils import replace_str_in_file
55
from feast.infra.utils.snowflake.snowflake_utils import (
66
execute_snowflake_statement,

0 commit comments

Comments
 (0)