Skip to content

Commit

Permalink
Make conflicting flake8 checks happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Apr 17, 2019
1 parent 7589d42 commit 8a608ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Products/PluggableAuthService/PluggableAuthService.py
Original file line number Diff line number Diff line change
Expand Up @@ -1330,8 +1330,8 @@ def __del__(self):
(IRolesPlugin, 'IRolesPlugin', 'roles',
'Roles plugins determine the global roles which a user has.'),
(IUpdatePlugin, 'IUpdatePlugin', 'update',
"Update plugins allow the user or the application to update "
"the user's properties."),
'Update plugins allow the user or the application to update '
"the user's properties."), # noqa: Q000
(IValidationPlugin, 'IValidationPlugin', 'validation',
'Validation plugins specify allowable values for user properties '
'(e.g., minimum password length, allowed characters, etc.)'),
Expand Down

0 comments on commit 8a608ff

Please sign in to comment.