Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
f3f26c38
Unverified
Commit
f3f26c38
authored
Nov 30, 2024
by
Antoine Kaufmann
Browse files
symphony/cli: fix state import
parent
dbba6af3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
symphony/cli/simbricks/cli/__main__.py
symphony/cli/simbricks/cli/__main__.py
+1
-1
No files found.
symphony/cli/simbricks/cli/__main__.py
View file @
f3f26c38
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
from
typer
import
Typer
,
Option
from
typer
import
Typer
,
Option
from
typing_extensions
import
Annotated
from
typing_extensions
import
Annotated
from
simbricks.cli.commands
import
audit
,
namespaces
,
runs
from
simbricks.cli.commands
import
audit
,
namespaces
,
runs
from
simbricks.cli
import
state
from
simbricks.cli
.state
import
state
from
simbricks.cli.utils
import
async_cli
from
simbricks.cli.utils
import
async_cli
app
=
Typer
()
app
=
Typer
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment