From 3c3ac1f1dfad6bcee4c7123187eeee81fb448b93 Mon Sep 17 00:00:00 2001 From: Theophile Terraz Date: Fri, 5 Dec 2025 10:19:43 +0100 Subject: [PATCH] pep8 --- src/View/Results/CustomExport/CustomExport.py | 2 +- src/View/Results/CustomExport/CustomExportAdis.py | 2 +- src/View/Results/CustomPlot/CustomPlotValuesSelectionDialog.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/View/Results/CustomExport/CustomExport.py b/src/View/Results/CustomExport/CustomExport.py index 63b5ccb3..93efae93 100644 --- a/src/View/Results/CustomExport/CustomExport.py +++ b/src/View/Results/CustomExport/CustomExport.py @@ -89,7 +89,7 @@ class CustomExportDialog(PamhyrDialog): layout.addStretch() def setup_label(self): - self._label =self.find(QLabel, "label_4") + self._label = self.find(QLabel, "label_4") self._label.setFrameStyle(QFrame.StyledPanel) self._label.setStyleSheet('background-color: white') self.set_label() diff --git a/src/View/Results/CustomExport/CustomExportAdis.py b/src/View/Results/CustomExport/CustomExportAdis.py index 5df6309e..ec3fd68a 100644 --- a/src/View/Results/CustomExport/CustomExportAdis.py +++ b/src/View/Results/CustomExport/CustomExportAdis.py @@ -86,7 +86,7 @@ class CustomExportAdisDialog(PamhyrDialog): layout.addStretch() def setup_label(self): - self._label =self.find(QLabel, "label_4") + self._label = self.find(QLabel, "label_4") self._label.setFrameStyle(QFrame.StyledPanel) self._label.setStyleSheet('background-color: white') self.set_label() diff --git a/src/View/Results/CustomPlot/CustomPlotValuesSelectionDialog.py b/src/View/Results/CustomPlot/CustomPlotValuesSelectionDialog.py index 6103cf8b..69c2ef83 100644 --- a/src/View/Results/CustomPlot/CustomPlotValuesSelectionDialog.py +++ b/src/View/Results/CustomPlot/CustomPlotValuesSelectionDialog.py @@ -65,7 +65,7 @@ class CustomPlotValuesSelectionDialog(PamhyrDialog): layout.addStretch() def setup_label(self): - self._label =self.find(QLabel, "label_3") + self._label = self.find(QLabel, "label_3") self._label.setFrameStyle(QFrame.StyledPanel) self._label.setStyleSheet('background-color: white') self.set_label()