Skip to content

Commit 8b585dc

Browse files
aniketpaluntkathole
authored andcommitted
Minor refactoring
Signed-off-by: Aniket Paluskar <[email protected]>
1 parent 149b832 commit 8b585dc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sdk/python/feast/feature_store.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1884,7 +1884,6 @@ def write_to_online_store(
18841884
inputs: Optional the dictionary object to be written
18851885
allow_registry_cache (optional): Whether to allow retrieving feature views from a cached registry.
18861886
transform_on_write (optional): Whether to transform the data before pushing.
1887-
18881887
"""
18891888

18901889
feature_view, df = self._get_feature_view_and_df_for_online_write(
@@ -1929,7 +1928,6 @@ async def write_to_online_store_async(
19291928
df: The dataframe to be persisted.
19301929
inputs: Optional the dictionary object to be written
19311930
allow_registry_cache (optional): Whether to allow retrieving feature views from a cached registry.
1932-
19331931
"""
19341932

19351933
feature_view, df = self._get_feature_view_and_df_for_online_write(

0 commit comments

Comments
 (0)