From ce04f5fd1edd272fd88796521d8719ac80444824 Mon Sep 17 00:00:00 2001 From: Dylan Jeannin Date: Fri, 24 Jul 2026 14:39:39 +0200 Subject: [PATCH] PEP8 --- src/View/RunSolver/Window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/View/RunSolver/Window.py b/src/View/RunSolver/Window.py index fe4b2b3f..48654128 100644 --- a/src/View/RunSolver/Window.py +++ b/src/View/RunSolver/Window.py @@ -83,7 +83,7 @@ class SelectSolverWindow(PamhyrDialog): # solvers mage solvers = list(filter( lambda x: "adists" not in x._type - and "adistt" not in x._type, + and "adistt" not in x._type, self._config.solvers )) solvers_name = list(