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 0357dec commit 3398892Copy full SHA for 3398892
scripts/util.py
@@ -13,7 +13,6 @@
13
14
import typer
15
from cookiecutter.main import cookiecutter
16
-from cookiecutter.utils import rmtree
17
from cookiecutter.utils import work_in
18
from pygments.lexers import q
19
@@ -49,7 +48,7 @@ def in_new_demo(
49
48
demo_name: str,
50
no_cache: bool,
51
**kwargs: Any
52
-) -> Generator[Path]:
+) -> Generator[Path, None, None]:
53
"""Returns a context manager for working within a new demo."""
54
demo_path: Path = generate_demo_project(
55
repo_folder=repo_folder,
0 commit comments