From 440575325e6d3e7934fa7b8362d546e783d55c97 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Mon, 28 Oct 2024 23:04:42 +0100 Subject: [PATCH] Fixing Helper version importing. --- runtime-pyside6/LogarithmPlotter/util/helper.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/runtime-pyside6/LogarithmPlotter/util/helper.py b/runtime-pyside6/LogarithmPlotter/util/helper.py index 7f7afb9..cc6bff4 100644 --- a/runtime-pyside6/LogarithmPlotter/util/helper.py +++ b/runtime-pyside6/LogarithmPlotter/util/helper.py @@ -16,10 +16,9 @@ * along with this program. If not, see . """ from PySide6.QtWidgets import QMessageBox, QApplication -from PySide6.QtCore import QRunnable, QThreadPool, QThread, QObject, Signal, Slot, QCoreApplication +from PySide6.QtCore import QRunnable, QThreadPool, QThread, QObject, Signal, Slot, QCoreApplication, __version__ as PySide6_version from PySide6.QtQml import QJSValue from PySide6.QtGui import QImage -from PySide6 import __version__ as PySide6_version from os import chdir, path from json import loads