delete unused imports

This commit is contained in:
2023-11-20 20:26:38 +00:00
parent 16fa0064dd
commit e648a45aa9
18 changed files with 11 additions and 30 deletions

View File

@@ -1,5 +1,3 @@
from datetime import timedelta
from django.db import models
from django.db.models import Case, Q, When
from django.utils import timezone