Skip to content

Commit

Permalink
Fixing odfv cli group description (#1890)
Browse files Browse the repository at this point in the history
Signed-off-by: Danny Chiao <danny@tecton.ai>
  • Loading branch information
adchia authored Sep 20, 2021
1 parent e695457 commit d3b1d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/feast/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def feature_view_list(ctx: click.Context):
@cli.group(name="on-demand-feature-views")
def on_demand_feature_views_cmd():
"""
Access feature views
[Experimental] Access on demand feature views
"""
pass

Expand Down

0 comments on commit d3b1d2f

Please sign in to comment.