OP-3283 - fixed imports

This commit is contained in:
Petr Kalis 2022-07-28 12:53:20 +02:00
parent 87cf386a54
commit a03f2b6a1a

View file

@ -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):