From bf97ce7c2297d81cba1da0571afd38f9b92aaf76 Mon Sep 17 00:00:00 2001 From: Karl Date: Tue, 23 Sep 2025 14:30:05 +0100 Subject: [PATCH] code cleanup --- gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui.py b/gui.py index a6ef56f..85ea833 100644 --- a/gui.py +++ b/gui.py @@ -37,7 +37,7 @@ except ImportError: print("Warning: Background removal not available") from lib.generate_xml import create_config_xml, append_to_config_xml from lib.xml_reader import extract_from_values -from lib.general import choose_profile, create_or_update, process_player_or_file, get_player_input +from lib.general import list_profiles class FMFaceGeneratorGUI: def __init__(self, root):