Pamhyr2: Fix PEP8.

scenarios
Pierre-Antoine 2025-09-25 09:29:52 +02:00
parent 739f401fac
commit 9375827949
2 changed files with 2 additions and 2 deletions

View File

@ -205,7 +205,7 @@ class EditBoundaryConditionWindow(PamhyrWindow):
self.find(QAction, "action_del").triggered.connect(self.delete)
self.find(QAction, "action_sort").triggered.connect(self.sort)
self.find(QAction, "action_import").triggered\
.connect(self.import_from_file)
.connect(self.import_from_file)
self.find(QAction, "action_generate_uniform")\
.triggered.connect(self.generate_uniform)

View File

@ -168,7 +168,7 @@ class FrictionsWindow(PamhyrWindow):
self.find(QAction, "action_del").triggered.connect(self.delete)
self.find(QAction, "action_sort").triggered.connect(self.sort)
self.find(QAction, "action_import").triggered\
.connect(self.import_from_file)
.connect(self.import_from_file)
self.find(QAction, "action_edit_stricklers").triggered.connect(
self.edit_stricklers
)