Fix bug in Arcade new (#389)
This commit is contained in:
parent
09539db25a
commit
02653ff28b
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ import typer
|
|||
from jinja2 import Environment, FileSystemLoader, select_autoescape
|
||||
from rich.console import Console
|
||||
|
||||
from arcade.worker.config.deployment import (
|
||||
from arcade.cli.deployment import (
|
||||
create_demo_deployment,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue