remove unused import

This commit is contained in:
Jakub Trllo 2025-08-14 16:50:38 +02:00
parent 4951c9442a
commit f4855402cf

View file

@ -2,7 +2,7 @@ from math import floor, ceil
from qtpy import QtWidgets, QtCore, QtGui
from ayon_core.style import load_stylesheet, get_objected_colors
from ayon_core.style import get_objected_colors
class NiceCheckbox(QtWidgets.QFrame):