mirror of https://gitlab.com/pamhyr/pamhyr2
PEP8
parent
516efb64e8
commit
afe0217655
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue