Fix flake8 issues

This commit is contained in:
2023-03-04 17:33:41 -05:00
parent 94f1396f2e
commit d0bb07df29
4 changed files with 2 additions and 9 deletions

View File

@ -4,7 +4,6 @@ from pathlib import Path
import dj_database_url
from django.utils.translation import gettext_lazy as _
from dotenv import load_dotenv
PROJECT_ROOT = Path(__file__).resolve().parent