From fcbd80b049ae3312a2c6402df5e0f45391082598 Mon Sep 17 00:00:00 2001 From: Mohamed Koubaa Date: Fri, 21 Jun 2024 11:53:18 -0500 Subject: [PATCH] style --- src/ansys/mechanical/core/embedding/app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ansys/mechanical/core/embedding/app.py b/src/ansys/mechanical/core/embedding/app.py index bca9b06af..255845926 100644 --- a/src/ansys/mechanical/core/embedding/app.py +++ b/src/ansys/mechanical/core/embedding/app.py @@ -297,8 +297,8 @@ def _share(self, other) -> None: they all point to the same underlying application object. Because of that, special care needs to be taken to properly share the state. Other will be - a "weak reference", which doesn't own anything.""" - + a "weak reference", which doesn't own anything. + """ # the other app is not expecting to have a project # already loaded self.new()