From 5631a25b510a6611cf0ca0e6519919b85a5a74aa Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Rouby Date: Tue, 25 Mar 2025 15:35:03 +0100 Subject: [PATCH] MainWindow: Minor change. --- View/mainwindow.py | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/View/mainwindow.py b/View/mainwindow.py index b1a87a2..d1fd9dc 100644 --- a/View/mainwindow.py +++ b/View/mainwindow.py @@ -21,6 +21,13 @@ # -*- coding: utf-8 -*- import os +import time +import pickle +import logging + +import numpy as np +import pandas as pd +from subprocess import Popen # Form implementation generated from reading ui file 'mainwindow.ui' # @@ -38,12 +45,7 @@ from Model.calibration_constant_kt import CalibrationConstantKt from View.about_window import AboutWindow import settings as stg -import numpy as np -import pandas as pd -from subprocess import Popen - -import time - +logger = logging.getLogger("acoused") class Ui_MainWindow(object): def setupUi(self, MainWindow):