diff --git a/src/cryptography/other_accounts.py b/src/cryptography/other_accounts.py index f89e12d..a184851 100644 --- a/src/cryptography/other_accounts.py +++ b/src/cryptography/other_accounts.py @@ -2,10 +2,10 @@ import base64 import bcrypt +from cryptography.fernet import Fernet from cryptography.hazmat.backends import default_backend from cryptography.hazmat.primitives import hashes from cryptography.hazmat.primitives.kdf.pbkdf2 import PBKDF2HMAC -from cryptography.fernet import Fernet def generate_key(salt: bytes, master_pass_hash: bytes) -> bytes: