fix 🐕‍🦺 round 2

This commit is contained in:
Ondrej Samohel 2022-03-01 13:46:10 +01:00
parent 4fbf8f9031
commit c654353c73
No known key found for this signature in database
GPG key ID: 02376E18990A97C6
4 changed files with 7 additions and 7 deletions

View file

@ -2,8 +2,8 @@
"""Load camera from FBX."""
import os
from avalon import api, io, pipeline
from openpype.hosts.unreal.api import lib, plugin
from avalon import io, pipeline
from openpype.hosts.unreal.api import plugin
from openpype.hosts.unreal.api import pipeline as unreal_pipeline
import unreal # noqa

View file

@ -12,7 +12,7 @@ from unreal import FBXImportType
from unreal import MathLibrary as umath
from avalon import api, pipeline
from openpype.hosts.unreal.api import lib, plugin
from openpype.hosts.unreal.api import plugin
from openpype.hosts.unreal.api import pipeline as unreal_pipeline
@ -356,8 +356,8 @@ class LayoutLoader(plugin.Loader):
This is not passed here, so namespace is set
by `containerise()` because only then we know
real path.
options (dict): Those would be data to be imprinted. This is not used
now, data are imprinted by `containerise()`.
options (dict): Those would be data to be imprinted. This is not
used now, data are imprinted by `containerise()`.
Returns:
list(str): list of container content

View file

@ -3,7 +3,7 @@
import os
from avalon import api, pipeline
from openpype.hosts.unreal.api import lib, plugin
from openpype.hosts.unreal.api import plugin
from openpype.hosts.unreal.api import pipeline as unreal_pipeline
import unreal # noqa

View file

@ -3,7 +3,7 @@
import os
from avalon import api, pipeline
from openpype.hosts.unreal.api import lib, plugin
from openpype.hosts.unreal.api import plugin
from openpype.hosts.unreal.api import pipeline as unreal_pipeline
import unreal # noqa