From 623df3cd436a12ef1d66d14a4ebc7c0779772c8e Mon Sep 17 00:00:00 2001 From: Nayane Fernandes <143632290+ansnfernand@users.noreply.github.com> Date: Tue, 7 Nov 2023 14:44:27 +0100 Subject: [PATCH] Fix code style --- src/ansys/sherlock/core/errors.py | 2 +- src/ansys/sherlock/core/project.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ansys/sherlock/core/errors.py b/src/ansys/sherlock/core/errors.py index 99f6636d5..3d2fd601f 100644 --- a/src/ansys/sherlock/core/errors.py +++ b/src/ansys/sherlock/core/errors.py @@ -924,4 +924,4 @@ def str_itr(self): return [f"List thermal maps error: {error}" for error in self.error_array] assert self.error_array is None - return [f"List thermal maps error: {self.message}"] \ No newline at end of file + return [f"List thermal maps error: {self.message}"] diff --git a/src/ansys/sherlock/core/project.py b/src/ansys/sherlock/core/project.py index e0d9e4cfb..6f75ca8dc 100644 --- a/src/ansys/sherlock/core/project.py +++ b/src/ansys/sherlock/core/project.py @@ -787,4 +787,4 @@ def list_thermal_maps(self, project, cca_names=None): LOG.error(str(e)) raise e - return response.ccaThermalMaps \ No newline at end of file + return response.ccaThermalMaps