mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
remove unused import
This commit is contained in:
parent
ee2a9512fe
commit
98f1d122bd
1 changed files with 1 additions and 2 deletions
|
|
@ -3,7 +3,6 @@
|
|||
import os
|
||||
import logging
|
||||
from operator import attrgetter
|
||||
import errno
|
||||
import json
|
||||
|
||||
from ayon_core.host import HostBase, IWorkfileHost, ILoadHost, IPublishHost
|
||||
|
|
@ -20,7 +19,7 @@ from ayon_core.hosts.max.api.menu import AYONMenu
|
|||
from ayon_core.hosts.max.api import lib
|
||||
from ayon_core.hosts.max.api.plugin import MS_CUSTOM_ATTRIB
|
||||
from ayon_core.hosts.max import MAX_HOST_DIR
|
||||
from ayon_core.hosts.max.lib import create_workspace_mxp
|
||||
from client.ayon_core.hosts.max.mxp import create_workspace_mxp
|
||||
|
||||
from pymxs import runtime as rt # noqa
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue