Skip to content

Commit

Permalink
Fix flake8 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kinday committed Jul 28, 2022
1 parent 446cef8 commit 369efec
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 @@ -441,7 +441,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 369efec

Please sign in to comment.