Commit a18fd297 authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

pamhyr: Fix Pep8.

No related merge requests found
Pipeline #53931 passed with stages
in 3 minutes and 18 seconds
Showing with 5 additions and 2 deletions
+5 -2
......@@ -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,
......
......@@ -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):
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment