From 0bd5a4dd2b4cbf6c9823e582af17a6ec81cbd510 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 20:44:44 +0000 Subject: [PATCH] chore: auto fixes from pre-commit hooks --- src/ansys/mechanical/core/embedding/background.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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.