X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=n2vc%2Fjuju_watcher.py;h=9f9520f8f853b165d2a5db085a58c4bfcad63e7c;hp=e206e060da1b6d3496d4f56415810c6c4cd150c4;hb=47f653875c18b0bfe00627de5c554ad5d480ad1d;hpb=eb8943a887e2fb8cce0240382811f9e504f3c7fb 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.