Removed unused imports.

This commit is contained in:
2026-03-27 20:36:59 -04:00
parent 701845dceb
commit 0e48a5d9bd
2 changed files with 1 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ import datetime
# Django imports.
from django.http import HttpResponseNotFound
from django.shortcuts import render, redirect
from django.shortcuts import render
from django.conf import settings
from django.utils import timezone