mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
cleanup imports
This commit is contained in:
parent
510b13a3b1
commit
dff5cd9a79
1 changed files with 2 additions and 13 deletions
|
|
@ -5,20 +5,9 @@ import traceback
|
|||
import collections
|
||||
import avalon.api
|
||||
import pyblish.api
|
||||
from openpype.api import (
|
||||
get_system_settings,
|
||||
get_project_settings
|
||||
)
|
||||
|
||||
from openpype.pipeline import (
|
||||
PublishValidationError,
|
||||
OpenPypePyblishPluginMixin
|
||||
)
|
||||
|
||||
from openpype.pipeline.create import (
|
||||
BaseCreator,
|
||||
CreateContext
|
||||
)
|
||||
from openpype.pipeline import PublishValidationError
|
||||
from openpype.pipeline.create import CreateContext
|
||||
|
||||
from Qt import QtCore
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue