We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28dab17 commit a424626Copy full SHA for a424626
scripts/util.py
@@ -133,7 +133,6 @@ def require_clean_and_up_to_date_repo(demo_path: Path) -> None:
133
git("fetch")
134
git("status", "--porcelain")
135
validate_is_synced_ancestor(ancestor=DEMO.main_branch, descendent=DEMO.develop_branch)
136
- typer.secho
137
138
139
def validate_is_synced_ancestor(ancestor: str, descendent: str) -> None:
0 commit comments