Skip to content
Prev Previous commit
Next Next commit
[lint-python]
Signed-off-by: mehmettokgoz <mehmet.tokgoz@hazelcast.com>
Signed-off-by: Danny C <d.chiao@gmail.com>
  • Loading branch information
mehmettokgoz authored and adchia committed Sep 5, 2023
commit 9766c5387ecb2d65d61f9a56a2c11d8b57f7a633
6 changes: 5 additions & 1 deletion sdk/python/feast/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,11 @@ def serve_command(
)
@click.pass_context
def listen_command(
ctx: click.Context, address: str, stream_feature_view: str, push_mode: str, max_workers: int
ctx: click.Context,
address: str,
stream_feature_view: str,
push_mode: str,
max_workers: int,
):
repo = ctx.obj["CHDIR"]
fs_yaml_file = ctx.obj["FS_YAML_FILE"]
Expand Down