Skip to content

Commit

Permalink
Move QTextCodec import out of Qt.py into PyQt5
Browse files Browse the repository at this point in the history
  • Loading branch information
MHendricks committed May 21, 2024
1 parent d568f8a commit e53ccb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion preditor/scintilla/documenteditor.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@

import six
from PyQt5.Qsci import QsciScintilla
from PyQt5.QtCore import QTextCodec
from Qt import QtCompat
from Qt.QtCore import Property, QFile, QPoint, Qt, QTextCodec, Signal
from Qt.QtCore import Property, QFile, QPoint, Qt, Signal
from Qt.QtGui import QColor, QFont, QFontMetrics, QIcon
from Qt.QtWidgets import (
QAction,
Expand Down

0 comments on commit e53ccb3

Please sign in to comment.