Skip to content

Commit de7042c

Browse files
committed
fix: adjust invalid path imports
1 parent 974d2f0 commit de7042c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

scripts/lint-from-demo.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@
55
import typer
66
from retrocookie.core import retrocookie
77

8-
from scripts.util import is_repo_clean_and_up_to_date
9-
from scripts.util import require_clean_and_up_to_date_repo
108
from util import git
119
from util import FolderOption
1210
from util import in_new_demo
11+
from util import require_clean_and_up_to_date_repo
1312

1413

1514
# These still may need linted, but retrocookie shouldn't be used on them

scripts/update-demo.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@
66
import typer
77
from cookiecutter.utils import work_in
88

9-
from scripts.util import is_repo_clean_and_up_to_date
10-
from scripts.util import require_clean_and_up_to_date_repo
119
from util import get_demo_name
1210
from util import git
1311
from util import FolderOption
1412
from util import REPO_FOLDER
13+
from util import require_clean_and_up_to_date_repo
1514

1615

1716
cli: typer.Typer = typer.Typer()

0 commit comments

Comments
 (0)