mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
removed unused imports
This commit is contained in:
parent
d24ac5597a
commit
db1c5b4a8d
3 changed files with 3 additions and 6 deletions
|
|
@ -9,7 +9,7 @@ from pype.modules.ftrack.lib.avalon_sync import (
|
|||
CUST_ATTR_ID_KEY, CUST_ATTR_GROUP, default_custom_attributes_definition
|
||||
)
|
||||
from pype.api import config
|
||||
from pype.lib import ApplicationManager, env_value_to_bool
|
||||
from pype.lib import ApplicationManager
|
||||
|
||||
"""
|
||||
This action creates/updates custom attributes.
|
||||
|
|
|
|||
|
|
@ -17,10 +17,7 @@ from bson.errors import InvalidId
|
|||
from pymongo import UpdateOne
|
||||
import ftrack_api
|
||||
from pype.api import config
|
||||
from pype.lib import (
|
||||
ApplicationManager,
|
||||
env_value_to_bool
|
||||
)
|
||||
from pype.lib import ApplicationManager
|
||||
|
||||
log = Logger().get_logger(__name__)
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ from .actions import ApplicationAction
|
|||
from Qt import QtCore, QtGui
|
||||
from avalon.vendor import qtawesome
|
||||
from avalon import style, api
|
||||
from pype.lib import ApplicationManager, env_value_to_bool
|
||||
from pype.lib import ApplicationManager
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue