Clean up unused methods, module imports. Add comments

This commit is contained in:
Debanjum Singh Solanky
2022-08-09 16:53:07 +03:00
parent 80fa9fde6a
commit 21af122447
3 changed files with 10 additions and 14 deletions

View File

@@ -6,7 +6,7 @@ import pathlib
import yaml
# Internal Packages
from src.utils.helpers import is_none_or_empty, get_absolute_path, resolve_absolute_path, merge_dicts
from src.utils.helpers import get_absolute_path, resolve_absolute_path
from src.utils.rawconfig import FullConfig
def cli(args=None):