fix import

This commit is contained in:
wh1te909 2022-04-10 19:21:03 +00:00
parent c02ab50a0a
commit aa6997990c
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
from django.contrib.auth.models import AbstractUser
from django.db import models
from django.db.models.fields import CharField, DateTimeField
from django.core import cache
from django.core.cache import cache
from logs.models import BaseAuditModel
from typing import Optional