mirror of https://github.com/docker/docker-py.git
lint: fix line length violation (#3017)
Signed-off-by: Milas Bowman <milas.bowman@docker.com>
This commit is contained in:
parent
be942f8390
commit
9bdb5ba2ba
|
@ -436,7 +436,8 @@ class UpdateConfig(dict):
|
|||
|
||||
class RollbackConfig(UpdateConfig):
|
||||
"""
|
||||
Used to specify the way container rollbacks should be performed by a service
|
||||
Used to specify the way container rollbacks should be performed by a
|
||||
service
|
||||
|
||||
Args:
|
||||
parallelism (int): Maximum number of tasks to be rolled back in one
|
||||
|
|
Loading…
Reference in New Issue