mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
removed unused imports
This commit is contained in:
parent
e6a396ba3f
commit
e4dff2f171
2 changed files with 0 additions and 4 deletions
|
|
@ -1,7 +1,5 @@
|
|||
import re
|
||||
import time
|
||||
import logging
|
||||
import collections
|
||||
|
||||
import Qt
|
||||
from Qt import QtCore, QtGui
|
||||
|
|
|
|||
|
|
@ -1,12 +1,10 @@
|
|||
import logging
|
||||
import time
|
||||
|
||||
from . import lib
|
||||
|
||||
from Qt import QtWidgets, QtCore, QtGui
|
||||
from avalon.vendor import qtawesome, qargparse
|
||||
|
||||
from avalon import style
|
||||
from openpype.style import get_objected_colors
|
||||
|
||||
from .models import RecursiveSortFilterProxyModel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue