From ccb4f5cba1edc1550c36232494f77423e800b8c0 Mon Sep 17 00:00:00 2001 From: Hai Nguyen Date: Mon, 2 Jan 2023 23:15:51 +0700 Subject: [PATCH] chore: root_path is optional for type hint Signed-off-by: Hai Nguyen --- sdk/python/feast/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/python/feast/cli.py b/sdk/python/feast/cli.py index c978ca1023..b028465492 100644 --- a/sdk/python/feast/cli.py +++ b/sdk/python/feast/cli.py @@ -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