mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
OP-3283 - fixed imports
This commit is contained in:
parent
87cf386a54
commit
a03f2b6a1a
1 changed files with 4 additions and 1 deletions
|
|
@ -2,7 +2,10 @@ from Qt import QtWidgets
|
|||
from openpype.pipeline import create
|
||||
from openpype.hosts.photoshop import api as photoshop
|
||||
|
||||
from openpype.hosts.photoshop.api.plugin import get_subset_template, get_subset_name_for_multiple
|
||||
from openpype.hosts.photoshop.api.plugin import (
|
||||
get_subset_template,
|
||||
get_subset_name_for_multiple
|
||||
)
|
||||
|
||||
|
||||
class CreateImage(create.LegacyCreator):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue