Skip to content

Commit bccbc79

Browse files
fmt
1 parent a9f5727 commit bccbc79

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

sdk/python/feast/infra/offline_stores/snowflake.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,16 @@
5252
)
5353
from feast.repo_config import FeastConfigBaseModel, RepoConfig
5454
from feast.saved_dataset import SavedDatasetStorage
55-
from feast.types import Array, Float32, Float64, Int32, Int64, String, UnixTimestamp, Bool
55+
from feast.types import (
56+
Array,
57+
Bool,
58+
Float32,
59+
Float64,
60+
Int32,
61+
Int64,
62+
String,
63+
UnixTimestamp,
64+
)
5665
from feast.usage import log_exceptions_and_usage
5766

5867
try:

0 commit comments

Comments
 (0)