remove unused import

This commit is contained in:
Jakub Trllo 2024-05-29 17:48:40 +02:00
parent e2de3795a2
commit 04339d9bc0

View file

@ -2,7 +2,7 @@ import collections
import logging
from functools import partial
from qtpy import QtWidgets, QtCore, QtGui
from qtpy import QtWidgets, QtCore
import qtawesome
from ayon_core import style