mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Clean up unused modules.
This commit is contained in:
parent
2bc1f67fed
commit
0411c9e5d4
1 changed files with 1 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ import os
|
||||||
import logging
|
import logging
|
||||||
import weakref
|
import weakref
|
||||||
|
|
||||||
from maya import utils, cmds, mel
|
from maya import utils, cmds
|
||||||
|
|
||||||
from avalon import api as avalon, pipeline, maya
|
from avalon import api as avalon, pipeline, maya
|
||||||
from avalon.maya.pipeline import IS_HEADLESS
|
from avalon.maya.pipeline import IS_HEADLESS
|
||||||
|
|
@ -10,7 +10,6 @@ from avalon.tools import workfiles
|
||||||
from pyblish import api as pyblish
|
from pyblish import api as pyblish
|
||||||
|
|
||||||
from ..lib import (
|
from ..lib import (
|
||||||
update_task_from_path,
|
|
||||||
any_outdated
|
any_outdated
|
||||||
)
|
)
|
||||||
from . import menu
|
from . import menu
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue