Skip to content

Commit

Permalink
lint: fix line length violation (docker#3017)
Browse files Browse the repository at this point in the history
Signed-off-by: Milas Bowman <milas.bowman@docker.com>
  • Loading branch information
milas authored Jul 28, 2022
1 parent be942f8 commit 9bdb5ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/types/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,8 @@ def __init__(self, parallelism=0, delay=None, failure_action='continue',

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
Expand Down

0 comments on commit 9bdb5ba

Please sign in to comment.