mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
remove unused import
This commit is contained in:
parent
4951c9442a
commit
f4855402cf
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue