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 #2884 from pypeclub/bugfix/avoid_circular_import
Browse files Browse the repository at this point in the history
General: Avoid circular import
  • Loading branch information
iLLiCiTiT authored Mar 14, 2022
2 parents 019ce61 + 25c7e56 commit 3ce66cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openpype/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import functools
import logging

from openpype.pipeline import LegacyCreator
from .settings import get_project_settings
from .lib import (
Anatomy,
Expand Down Expand Up @@ -76,6 +75,7 @@ def install():
"""Install Pype to Avalon."""
from pyblish.lib import MessageHandler
from openpype.modules import load_modules
from openpype.pipeline import LegacyCreator
from avalon import pipeline

# Make sure modules are loaded
Expand Down

0 comments on commit 3ce66cd

Please sign in to comment.