removed unecessary code

This commit is contained in:
2025-10-27 12:16:00 -04:00
parent 595f19ab27
commit e63b08efe5
4 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -35,13 +35,13 @@ from utils.configmanager import load_env
from utils.selector import Selector
from utils.utils import (
areYouSure,
clear_screen,
colorText,
displayIntro,
get_sanitized_input,
locked,
open_directory,
printEnforceChecklist,
clear_screen
)
logger = logging.getLogger(__name__)
+2
View File
@@ -1,6 +1,8 @@
import logging
from typing import Any, Callable, List, Optional, Union
import pandas as pd
from utils.utils import colorText, get_sanitized_input
logger = logging.getLogger(__name__)