Remove unused Fore imports

This commit is contained in:
thePR0M3TH3AN
2025-06-29 12:27:59 -04:00
parent 2dafcda71f
commit 8d91c74531
3 changed files with 159 additions and 89 deletions

View File

@@ -16,7 +16,6 @@ import getpass
import os
from typing import Optional
import shutil
from colorama import Fore
from termcolor import colored
from password_manager.encryption import EncryptionManager