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
bfb0874f03
commit
981443b5c3
1 changed files with 5 additions and 8 deletions
|
|
@ -14,24 +14,21 @@ else:
|
||||||
from avalon.api import AvalonMongoDB
|
from avalon.api import AvalonMongoDB
|
||||||
|
|
||||||
import avalon
|
import avalon
|
||||||
|
|
||||||
from openpype.api import (
|
from openpype.api import (
|
||||||
Logger,
|
Logger,
|
||||||
Anatomy,
|
Anatomy,
|
||||||
get_anatomy_settings
|
get_anatomy_settings
|
||||||
)
|
)
|
||||||
|
from openpype.lib import ApplicationManager
|
||||||
|
|
||||||
|
from .constants import CUST_ATTR_ID_KEY
|
||||||
|
from .custom_attributes import get_openpype_attr
|
||||||
|
|
||||||
from bson.objectid import ObjectId
|
from bson.objectid import ObjectId
|
||||||
from bson.errors import InvalidId
|
from bson.errors import InvalidId
|
||||||
from pymongo import UpdateOne
|
from pymongo import UpdateOne
|
||||||
import ftrack_api
|
import ftrack_api
|
||||||
from openpype.lib import ApplicationManager
|
|
||||||
|
|
||||||
from .constants import (
|
|
||||||
CUST_ATTR_ID_KEY,
|
|
||||||
CUST_ATTR_AUTO_SYNC,
|
|
||||||
CUST_ATTR_GROUP
|
|
||||||
)
|
|
||||||
from .custom_attributes import get_openpype_attr
|
|
||||||
|
|
||||||
log = Logger.get_logger(__name__)
|
log = Logger.get_logger(__name__)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue