Unverified Commit f3f26c38 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

symphony/cli: fix state import

parent dbba6af3
......@@ -23,7 +23,7 @@
from typer import Typer, Option
from typing_extensions import Annotated
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
app = Typer()
......
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