Skip to content

Commit acffd0e

Browse files
committed
Fix
1 parent 8785446 commit acffd0e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/tagstudio/core/library/alchemy/library.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@
105105
)
106106
from tagstudio.core.library.alchemy.visitors import SQLBoolExpressionBuilder
107107
from tagstudio.core.library.json.library import Library as JsonLibrary
108-
from tagstudio.core.query_lang.ast import ANDList, Constraint, ConstraintType, Not, ORList
109108
from tagstudio.core.utils.types import unwrap
110109
from tagstudio.qt.translations import Translations
111110

src/tagstudio/qt/views/main_window.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from PIL import Image, ImageQt
1212
from PySide6 import QtCore
1313
from PySide6.QtCore import QMetaObject, QSize, QStringListModel, Qt
14-
from PySide6.QtGui import QAction, QKeyEvent, QPixmap
14+
from PySide6.QtGui import QAction, QColor, QKeyEvent, QPixmap
1515
from PySide6.QtWidgets import (
1616
QCheckBox,
1717
QComboBox,

0 commit comments

Comments
 (0)