File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55import typer
66from 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
108from util import git
119from util import FolderOption
1210from 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
Original file line number Diff line number Diff line change 66import typer
77from 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
119from util import get_demo_name
1210from util import git
1311from util import FolderOption
1412from util import REPO_FOLDER
13+ from util import require_clean_and_up_to_date_repo
1514
1615
1716cli : typer .Typer = typer .Typer ()
You can’t perform that action at this time.
0 commit comments