remove unused imports

This commit is contained in:
Jakub Trllo 2024-07-05 14:03:19 +02:00
parent 426397f14b
commit a044aa53bd

View file

@ -7,9 +7,7 @@ from ayon_core.tools.common_models import StatusItem
from ._multicombobox import (
CustomPaintMultiselectComboBox,
CUSTOM_ITEM_TYPE,
STANDARD_ITEM_TYPE,
SEPARATOR_ITEM_TYPE,
)
STATUS_ITEM_TYPE = 0