Skip to content

Commit 55dec54

Browse files
committed
formatting
Signed-off-by: Yassin Nouh <70436855+YassinNouh21@users.noreply.github.com>
1 parent 86d40b0 commit 55dec54

File tree

1 file changed

+1
-2
lines changed
  • sdk/python/feast/infra/online_stores/postgres_online_store

1 file changed

+1
-2
lines changed

sdk/python/feast/infra/online_stores/postgres_online_store/postgres.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,8 +317,7 @@ def update(
317317
vector_value_type = "BYTEA"
318318

319319
has_string_features = any(
320-
f.dtype.to_value_type() == ValueType.STRING
321-
for f in table.features
320+
f.dtype.to_value_type() == ValueType.STRING for f in table.features
322321
)
323322

324323
cur.execute(

0 commit comments

Comments
 (0)