Skip to content

Commit

Permalink
chore: auto fixes from pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jan 7, 2025
1 parent 870eb8c commit 0bd5a4d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ansys/mechanical/core/embedding/background.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"):
Expand Down Expand Up @@ -68,7 +68,6 @@ def new():

self.post(new)


@property
def app(self) -> mech.App:
"""Get the App instance of the background thread.
Expand Down

0 comments on commit 0bd5a4d

Please sign in to comment.