Remove redundant Nostr encryption manager

This commit is contained in:
thePR0M3TH3AN
2025-06-29 23:45:08 -04:00
parent 8c27f2ca79
commit d6abde0262
2 changed files with 1 additions and 128 deletions

View File

@@ -42,9 +42,8 @@ import threading
import uuid
from .key_manager import KeyManager
from .encryption_manager import EncryptionManager
from password_manager.encryption import EncryptionManager
from .event_handler import EventHandler
from constants import APP_DIR
from utils.file_lock import exclusive_lock
# Get the logger for this module