remove unused import

This commit is contained in:
Brian S. Stephan 2021-10-26 23:10:45 -05:00
parent 7264deee2a
commit fd5c4dad1a
1 changed files with 0 additions and 2 deletions

View File

@ -11,8 +11,6 @@ https://docs.djangoproject.com/en/1.6/ref/settings/
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
import os
from django.urls import reverse_lazy
BASE_DIR = os.path.dirname(os.path.dirname(__file__))