mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
removed unused imports
This commit is contained in:
parent
35c32dd7df
commit
499dd39f85
46 changed files with 20 additions and 69 deletions
|
|
@ -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,
|
||||
)
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ import re
|
|||
import logging
|
||||
|
||||
import qtpy
|
||||
from qtpy import QtCore, QtGui
|
||||
from qtpy import QtCore
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue