Remove unused imports

This commit is contained in:
Friday Godswill 2023-07-18 07:17:13 +02:00
parent bbc9b0f768
commit 88240245a6

View file

@ -1,6 +1,5 @@
import base64
import json
from typing import Optional, Type
from cryptography.fernet import Fernet, MultiFernet, InvalidToken
from cryptography.hazmat.backends import default_backend
@ -8,7 +7,6 @@ from cryptography.hazmat.primitives import hashes
from cryptography.hazmat.primitives.kdf.pbkdf2 import PBKDF2HMAC
from django.conf import settings
from django.core import validators
from django.core.serializers.json import DjangoJSONEncoder
from django.db import models
from django.db.backends.base.operations import BaseDatabaseOperations
from django.utils.functional import cached_property