Hound fixes

This commit is contained in:
Simone Barbieri 2022-12-08 17:28:26 +00:00
parent bc574e5e5e
commit 976ba9b6ce

View file

@ -2,11 +2,8 @@ from pathlib import Path
import shutil
import unreal
from unreal import EditorLevelLibrary as ell
from unreal import EditorAssetLibrary as eal
from openpype.client import get_representation_by_name
from openpype.pipeline import legacy_io, publish
from openpype.pipeline import publish
class ExtractUAsset(publish.Extractor):