From 52c7b54deb31ccf1f7586c033db263e1bab7b809 Mon Sep 17 00:00:00 2001 From: Jan Betley Date: Tue, 14 Sep 2021 10:24:34 +0200 Subject: [PATCH] black --- yapapi/services.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yapapi/services.py b/yapapi/services.py index 94e924f24..357bcd217 100644 --- a/yapapi/services.py +++ b/yapapi/services.py @@ -291,7 +291,7 @@ async def start(self): Therefore, this default implementation performs the minimum required for a VM payload to start responding to `run` commands. If your service requires any additional operations - - you'll need to override this method (possibly first yielding from the parent - `super().start()` - generator ) + you'll need to override this method (possibly first yielding from the parent - `super().start()` - generator) to add appropriate preparatory steps. In case of runtimes other than VM, `deploy` and/or `start` might be optional or altogether