From 528c0baf58c429d7705ae1e654669e3db5f0ba02 Mon Sep 17 00:00:00 2001 From: Gman49 <4geeman65@gmail.com> Date: Mon, 14 Oct 2024 20:30:34 -0700 Subject: [PATCH] Update gui.py --- gui.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/gui.py b/gui.py index 286a43d..394aa54 100644 --- a/gui.py +++ b/gui.py @@ -15,9 +15,7 @@ **Note:** Ensure correct serial port configuration for proper communication with the Arduino. """ -import tkinter as tk -from tkinter import ttk -from tkinter.scrolledtext import ScrolledText + import matplotlib.pyplot as plt from matplotlib.backends.backend_tkagg import FigureCanvasTkAgg import csv @@ -714,4 +712,4 @@ def index(): else: print(f"An error occurred: {e}") - \ No newline at end of file +