mirror of
https://github.com/jazzband/django-fernet-encrypted-fields.git
synced 2026-03-16 22:40:27 +00:00
Remove unused imports
This commit is contained in:
parent
bbc9b0f768
commit
88240245a6
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue