pamhyr: Fix Pep8.

setup.py
Pierre-Antoine Rouby 2024-02-26 16:37:09 +01:00
parent 76e4f4b80e
commit a18fd29795
2 changed files with 5 additions and 2 deletions

View File

@ -202,7 +202,8 @@ class ApplicationWindow(QMainWindow, ListedSubWindow, WindowToolKit):
"action_menu_edit_network": self.open_network,
"action_menu_edit_geometry": self.open_geometry,
"action_menu_boundary_conditions": self.open_boundary_cond,
"action_menu_boundary_conditions_sediment": self.open_boundary_cond_sed,
"action_menu_boundary_conditions_sediment":
self.open_boundary_cond_sed,
"action_menu_edit_reservoirs": self.open_reservoir,
"action_menu_edit_hydraulic_structures":
self.open_hydraulic_structures,

View File

@ -43,7 +43,9 @@ class CommonWordTranslate(PamhyrTranslate):
self._dict["floodway"] = _translate("CommonWord", "Floodway")
self._dict["not_defined"] = _translate("CommonWord", "Not defined")
self._dict["not_associated"] = _translate("CommonWord", "Not associated")
self._dict["not_associated"] = _translate(
"CommonWord", "Not associated"
)
class UnitTranslate(CommonWordTranslate):