Update log.py PySide6

This commit is contained in:
jdegenstein
2023-10-10 13:59:37 -05:00
committed by GitHub
parent 750ed4f4e8
commit f3f6c9eb6b

View File

@@ -1,7 +1,7 @@
import logbook as logging
from PyQt5.QtWidgets import QPlainTextEdit
from PyQt5 import QtCore
from PySide6.QtWidgets import QPlainTextEdit
from PySide6 import QtCore
from ..mixins import ComponentMixin