Skip to content

Commit

Permalink
chore: root_path is optional for type hint
Browse files Browse the repository at this point in the history
Signed-off-by: Hai Nguyen <quanghai.ng1512@gmail.com>
  • Loading branch information
sudohainguyen committed Jan 4, 2023
1 parent 317fa4e commit ccb4f5c
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 @@ -167,7 +167,7 @@ def ui(
host: str,
port: int,
registry_ttl_sec: int,
root_path: str = "",
root_path: Optional[str] = "",
):
"""
Shows the Feast UI over the current directory
Expand Down

0 comments on commit ccb4f5c

Please sign in to comment.