Reformat N2VC to standardized format
[osm/N2VC.git] / n2vc / juju_watcher.py
index e206e06..9f9520f 100644 (file)
@@ -72,10 +72,7 @@ def application_ready(application: Application) -> bool:
 
 class JujuModelWatcher:
     @staticmethod
-    async def wait_for_model(
-        model: Model,
-        timeout: float = 3600
-    ):
+    async def wait_for_model(model: Model, timeout: float = 3600):
         """
         Wait for all entities in model to reach its final state.