Simplify comment for Tkinter GUI section

- Remove unnecessary description from GUI section comment
- Keep the comment concise and focused on the section's purpose
This commit is contained in:
2025-02-14 03:53:55 +03:00
parent 1ffda28b09
commit dc7b3e0eb3

View File

@@ -408,7 +408,7 @@ def execute_commands_from_file(
logging.error(f"Ошибка при выполнении команд из файла: {e}", exc_info=True)
# ==========================
# Графический интерфейс (Tkinter) с улучшенной визуализацией
# Графический интерфейс (Tkinter)
# ==========================
class SerialAppGUI(tk.Tk):