Skip to content

Commit bb7011c

Browse files
committed
Removes debug code
1 parent 9578fee commit bb7011c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tailwind/management/commands/tailwind.py

-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ def handle_init_command(self, **options):
7878
except ImportError:
7979
self.stdout.write("Cookiecutter is not found, installing...")
8080
try:
81-
raise ModuleNotFoundError
8281
install_pip_package("cookiecutter")
8382
from cookiecutter.main import cookiecutter
8483
except ModuleNotFoundError:

0 commit comments

Comments
 (0)