Remove extra line

This commit is contained in:
Bruno Alla 2024-11-21 12:35:04 +00:00 committed by GitHub
parent afae18e10b
commit c667d42861
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,6 @@ from pathlib import Path
import environ
BASE_DIR = Path(__file__).resolve(strict=True).parent.parent.parent
# {{ cookiecutter.project_slug }}/
APPS_DIR = BASE_DIR / "{{ cookiecutter.project_slug }}"