mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-08 12:37:44 +00:00
fix cli command type checker (#1114)
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ from rdagent.log.mle_summary import grade_summary as grade_summary
|
||||
app = typer.Typer()
|
||||
|
||||
|
||||
def ui(port=19899, log_dir="", debug=False, data_science=False):
|
||||
def ui(port=19899, log_dir="", debug: bool = False, data_science: bool = False):
|
||||
"""
|
||||
start web app to show the log traces.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user