From 08b0603e23928e204740223e21c5e8321bdcc1f4 Mon Sep 17 00:00:00 2001 From: StNicolay <103897650+StNicolay@users.noreply.github.com> Date: Mon, 26 Sep 2022 21:18:00 +0300 Subject: [PATCH] Sorted imports --- src/cryptography/other_accounts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: