Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
johny-b committed Sep 14, 2021
1 parent 65fdb30 commit 52c7b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yapapi/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 52c7b54

Please sign in to comment.