diff --git a/src/ansys/mechanical/core/embedding/background.py b/src/ansys/mechanical/core/embedding/background.py index 4b80d3011..9c2fd571f 100644 --- a/src/ansys/mechanical/core/embedding/background.py +++ b/src/ansys/mechanical/core/embedding/background.py @@ -28,9 +28,9 @@ import typing import ansys.mechanical.core as mech +from ansys.mechanical.core.embedding import initializer from ansys.mechanical.core.embedding.poster import Poster import ansys.mechanical.core.embedding.utils as utils -from ansys.mechanical.core.embedding import initializer def _exit(background_app: "BackgroundApp"): @@ -68,7 +68,6 @@ def new(): self.post(new) - @property def app(self) -> mech.App: """Get the App instance of the background thread.