Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnLemmonMedely committed Sep 18, 2023
1 parent a9f5727 commit bccbc79
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion sdk/python/feast/infra/offline_stores/snowflake.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,16 @@
)
from feast.repo_config import FeastConfigBaseModel, RepoConfig
from feast.saved_dataset import SavedDatasetStorage
from feast.types import Array, Float32, Float64, Int32, Int64, String, UnixTimestamp, Bool
from feast.types import (
Array,
Bool,
Float32,
Float64,
Int32,
Int64,
String,
UnixTimestamp,
)
from feast.usage import log_exceptions_and_usage

try:
Expand Down

0 comments on commit bccbc79

Please sign in to comment.