X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=n2vc%2Fjuju_watcher.py;fp=n2vc%2Fjuju_watcher.py;h=9f9520f8f853b165d2a5db085a58c4bfcad63e7c;hp=e206e060da1b6d3496d4f56415810c6c4cd150c4;hb=82b591ceed704c798ead2d9104085a08e75b511b;hpb=2962f3e7aba84b4584d2deac30d1c163f6441a03 diff --git a/n2vc/juju_watcher.py b/n2vc/juju_watcher.py index e206e06..9f9520f 100644 --- a/n2vc/juju_watcher.py +++ b/n2vc/juju_watcher.py @@ -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.