diff --git a/src/View/MainWindow.py b/src/View/MainWindow.py
index 11ac20f490bccad224d25d433b7f520b2a9c4108..93baaaf40a747ab112e67117f470996079ccc9a1 100644
--- a/src/View/MainWindow.py
+++ b/src/View/MainWindow.py
@@ -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,
diff --git a/src/View/Translate.py b/src/View/Translate.py
index 9b23a57f0426c49ac35175953a5365ef1af6b96c..6ca09d6a67b8e7c9b3e88541a8e5f5670bb4b6f3 100644
--- a/src/View/Translate.py
+++ b/src/View/Translate.py
@@ -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):