Remove type alias for Python 3.9

This commit is contained in:
Veronica Berglyd Olsen
2024-10-15 21:36:15 +02:00
parent fc27078954
commit 29eac0b4e5
2 changed files with 2 additions and 7 deletions
-4
View File
@@ -27,10 +27,6 @@ from PyQt5.QtCore import Qt
from PyQt5.QtGui import QColor, QFont, QPainter, QTextCharFormat, QTextCursor, QTextFormat
from PyQt5.QtWidgets import QDialog, QDialogButtonBox, QSizePolicy, QStyle
# Type Aliases
T_Basic = str | int | float | bool
# Qt Alignment Flags
QtAlignAbsolute = Qt.AlignmentFlag.AlignAbsolute