Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4008 from pypeclub/feature/maya_creator_import_cl…
Browse files Browse the repository at this point in the history
…eanup

Maya: Removed unused imports
  • Loading branch information
iLLiCiTiT authored Oct 20, 2022
2 parents d283dce + 84d03ea commit 71a5045
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions openpype/hosts/maya/plugins/create/create_render.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,14 @@
get_system_settings,
get_project_settings,
)
from openpype.lib import requests_get
from openpype.modules import ModulesManager
from openpype.pipeline import legacy_io
from openpype.hosts.maya.api import (
lib,
lib_rendersettings,
plugin
)
from openpype.lib import requests_get
from openpype.api import (
get_system_settings,
get_project_settings)
from openpype.modules import ModulesManager
from openpype.pipeline import legacy_io
from openpype.pipeline import (
CreatorError,
legacy_io,
)
from openpype.pipeline.context_tools import get_current_project_asset


class CreateRender(plugin.Creator):
Expand Down

0 comments on commit 71a5045

Please sign in to comment.