remove unused import

This commit is contained in:
Jakub Trllo 2024-07-05 14:04:38 +02:00
parent a044aa53bd
commit 89c55673ac

View file

@ -1,6 +1,6 @@
from typing import List, Dict
from qtpy import QtWidgets, QtCore, QtGui
from qtpy import QtCore, QtGui
from ayon_core.tools.utils import get_qt_icon
from ayon_core.tools.common_models import StatusItem