removed unused imports

This commit is contained in:
Jakub Trllo 2024-03-27 12:05:59 +01:00
parent 35c32dd7df
commit 499dd39f85
46 changed files with 20 additions and 69 deletions

View file

@ -7,7 +7,6 @@ from qtpy import QtWidgets, QtCore, QtGui
import qtawesome
from ayon_core.style import (
get_default_entity_icon_color,
get_objected_colors,
get_app_icon_path,
)

View file

@ -2,7 +2,7 @@ import re
import logging
import qtpy
from qtpy import QtCore, QtGui
from qtpy import QtCore
log = logging.getLogger(__name__)