line from PyQt5.QtCore import Qt was removed by mistake

dev-brahim
brahim 2025-03-05 14:17:17 +01:00
parent 329639e064
commit 030213608d
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ from os import path
import pandas as pd
from PyQt5.QtWidgets import (QWidget, QVBoxLayout, QDialog, QTabWidget, QGridLayout, QScrollArea,
QFileDialog, QMessageBox, QLabel)
from PyQt5.QtCore import Qt
class CalibrationConstantKt(QDialog):