Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
Signed-off-by: john.lemmon <john.lemmon@medely.com>
  • Loading branch information
JohnLemmonMedely committed Sep 18, 2023
1 parent 9f5a124 commit abc0d88
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 abc0d88

Please sign in to comment.