Unverified Commit 153c6f1e authored by Michael Goin's avatar Michael Goin Committed by GitHub
Browse files

[Frontend] Remove print left in FrontendArgs.add_cli_args (#21004)


Signed-off-by: default avatarmgoin <mgoin64@gmail.com>
parent 34cda778
......@@ -192,7 +192,6 @@ schema. Example: `[{"type": "text", "text": "Hello world!"}]`"""
# Special case: allowed_origins, allowed_methods, allowed_headers all
# need json.loads type
# Should also remove nargs
print(frontend_kwargs["allowed_origins"])
frontend_kwargs["allowed_origins"]["type"] = json.loads
frontend_kwargs["allowed_methods"]["type"] = json.loads
frontend_kwargs["allowed_headers"]["type"] = json.loads
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment