From fa7490dee8ebdd17ab0e4dfbf80251b8258c982b Mon Sep 17 00:00:00 2001
From: Pierre-Antoine Rouby <pierre-antoine.rouby@inrae.fr>
Date: Wed, 18 Oct 2023 14:55:32 +0200
Subject: [PATCH] pep8: Minor fix.

---
 src/View/RunSolver/Window.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/View/RunSolver/Window.py b/src/View/RunSolver/Window.py
index f0cf737c..b338c302 100644
--- a/src/View/RunSolver/Window.py
+++ b/src/View/RunSolver/Window.py
@@ -205,7 +205,6 @@ class SolverLogWindow(PamhyrWindow):
                 3000
             )
 
-
     def update(self):
         if self._solver.is_stoped():
             self.find(QAction, "action_start").setEnabled(True)
-- 
GitLab