Skip to content

Commit 9bdb5ba

Browse files
authored
lint: fix line length violation (#3017)
Signed-off-by: Milas Bowman <[email protected]>
1 parent be942f8 commit 9bdb5ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/types/services.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,8 @@ def __init__(self, parallelism=0, delay=None, failure_action='continue',
436436

437437
class RollbackConfig(UpdateConfig):
438438
"""
439-
Used to specify the way container rollbacks should be performed by a service
439+
Used to specify the way container rollbacks should be performed by a
440+
service
440441
441442
Args:
442443
parallelism (int): Maximum number of tasks to be rolled back in one

0 commit comments

Comments
 (0)