Skip to content

Commit 386d01a

Browse files
YassinNouh21ntkathole
authored andcommitted
style: wrap long _drop_all_version_tables signature
Signed-off-by: yassinnouh21 <yassinnouh21@gmail.com>
1 parent d827045 commit 386d01a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • sdk/python/feast/infra/online_stores/postgres_online_store

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,9 @@ def _drop_table_and_index(table_name):
845845
)
846846

847847

848-
def _drop_all_version_tables(cur, project: str, table: FeatureView, schema_name: Optional[str] = None) -> None:
848+
def _drop_all_version_tables(
849+
cur, project: str, table: FeatureView, schema_name: Optional[str] = None
850+
) -> None:
849851
"""Drop the base table and all versioned tables (e.g. _v1, _v2, ...)."""
850852
base = f"{project}_{table.name}"
851853
if schema_name:

0 commit comments

Comments
 (0)