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

General: Avoid circular import #2884

Merged
merged 1 commit into from
Mar 14, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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