This commit is contained in:
Kovid Goyal 2022-10-19 20:48:54 +05:30
parent 49a2150b08
commit 005fae39c2
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -4,7 +4,7 @@
import os import os
from contextlib import suppress from contextlib import suppress
from qt.core import ( from qt.core import (
QApplication, QBrush, QDialog, QDialogButtonBox, Qt, QTextCursor, QBrush, QDialog, QDialogButtonBox, Qt, QTextCursor,
QTextEdit, pyqtSignal QTextEdit, pyqtSignal
) )