Remove unused imports

main
Alexander Neff 2023-12-09 00:52:54 +01:00
parent 89d4567a81
commit a7d780ebe4
2 changed files with 0 additions and 2 deletions

View File

@ -4,7 +4,6 @@ from logging.handlers import RotatingFileHandler
import os.path
import sys
import re
from nxc.helpers.misc import called_from_cmd_args
from nxc.console import nxc_console
from termcolor import colored
from datetime import datetime

View File

@ -17,7 +17,6 @@ from nxc.config import process_secret
from nxc.connection import connection
from nxc.helpers.bloodhound import add_user_bh
from nxc.helpers.misc import gen_random_string
from nxc.protocols.ldap.laps import laps_search
from nxc.logger import NXCAdapter