mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
fix imports
This commit is contained in:
parent
0484782010
commit
0a0aab8b12
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
from .worker_job import (
|
||||
ExecuteSimpleGeorgeScript,
|
||||
ExecuteGeorgeScript,
|
||||
ExecuteGeorgeScriptWithResult,
|
||||
CollectSceneData,
|
||||
TVPaintCommands
|
||||
)
|
||||
|
||||
|
|
@ -9,6 +9,6 @@ from .worker_job import (
|
|||
__all__ = (
|
||||
"ExecuteSimpleGeorgeScript",
|
||||
"ExecuteGeorgeScript",
|
||||
"ExecuteGeorgeScriptWithResult",
|
||||
"CollectSceneData",
|
||||
"TVPaintCommands"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue