mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
moved independent imports as first in lib's __init__
This commit is contained in:
parent
83578a90b2
commit
d46f6fba12
1 changed files with 3 additions and 2 deletions
|
|
@ -5,6 +5,9 @@ from .deprecated import (
|
|||
get_avalon_database,
|
||||
set_io_database
|
||||
)
|
||||
|
||||
from .hooks import PypeHook, execute_hook
|
||||
from .plugin_tools import filter_pyblish_plugins
|
||||
from .lib_old import (
|
||||
_subprocess,
|
||||
get_paths_from_environ,
|
||||
|
|
@ -35,8 +38,6 @@ from .lib_old import (
|
|||
ApplicationAction
|
||||
)
|
||||
|
||||
from .hooks import PypeHook, execute_hook
|
||||
from .plugin_tools import filter_pyblish_plugins
|
||||
|
||||
__all__ = [
|
||||
"get_avalon_database",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue