From 170926ddd0dddaee2b75ac10437420b0c2524829 Mon Sep 17 00:00:00 2001 From: Yorusora <2023025086@m.scnu.edu.cn> Date: Wed, 11 Jun 2025 23:35:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BA=86=E9=83=A8=E5=88=86?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- func/Module_mainwindow.py | 1 - 1 file changed, 1 deletion(-) diff --git a/func/Module_mainwindow.py b/func/Module_mainwindow.py index f65c17f..cd836f0 100644 --- a/func/Module_mainwindow.py +++ b/func/Module_mainwindow.py @@ -5,7 +5,6 @@ from PySide6.QtCore import Qt from PySide6.QtWidgets import QMainWindow, QMessageBox, QFileDialog, QApplication, QWidget from PySide6.QtGui import QGuiApplication from matplotlib import use -from matplotlib.backends.backend_qt import NavigationToolbar2QT from yaml import dump, load, FullLoader from func.utils.PublicFunc import PublicFunc