Skip to content

Commit a42e68b

Browse files
committed
fix: replace broken import in scripts
1 parent c6d8074 commit a42e68b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update-demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
import typer
1919
from cookiecutter.utils import work_in
2020

21-
from scripts.util import TEMPLATE
2221
from util import DEMO
2322
from util import is_ancestor
2423
from util import get_current_branch
@@ -29,6 +28,7 @@
2928
from util import FolderOption
3029
from util import REPO_FOLDER
3130
from util import require_clean_and_up_to_date_repo
31+
from util import TEMPLATE
3232
from util import uv
3333

3434

0 commit comments

Comments
 (0)