From e411d2f80a1ce0e091bb1905251e518dfe99116f Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Sun, 13 Jul 2025 08:53:03 -0400 Subject: [PATCH] Remove duplicate Fernet import --- src/password_manager/encryption.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/password_manager/encryption.py b/src/password_manager/encryption.py index 9b02115..9ee872b 100644 --- a/src/password_manager/encryption.py +++ b/src/password_manager/encryption.py @@ -26,7 +26,6 @@ import base64 from cryptography.hazmat.primitives.ciphers.aead import AESGCM from cryptography.exceptions import InvalidTag from cryptography.fernet import Fernet, InvalidToken -from cryptography.fernet import Fernet, InvalidToken from termcolor import colored from utils.file_lock import ( exclusive_lock,