This commit is contained in:
zandercymatics 2024-07-08 14:29:36 -06:00
parent 425cfbcb4e
commit 91b9cb4379
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
2 changed files with 23 additions and 13 deletions

View file

@ -1,7 +1,6 @@
from __future__ import annotations
from typing import Union
import logging
from django.template.loader import get_template
from django.apps import apps
from django.conf import settings
from django.db import models