Skip to content

Commit 32fdfda

Browse files
committed
Remove unused module
1 parent f1aac98 commit 32fdfda

2 files changed

Lines changed: 1 addition & 51 deletions

File tree

src/guimodules/OperationsFrame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ def execute_operation(self, operation):
443443

444444
# Save visualization to a temp file
445445
temp_dir = os.path.dirname(self.parent.file_path)
446-
temp_graph_path = os.path.join(temp_dir, "temp_graph.png")
446+
temp_graph_path = os.path.join(temp_dir, "graph.png")
447447

448448
visualizer.visualize(
449449
save_path=temp_graph_path,

src/processors/xml_processor.py

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)