Merge "TrivialFix: Remove trailing whitespace in tox.ini"

This commit is contained in:
Zuul 2019-03-08 21:53:50 +00:00 committed by Gerrit Code Review
commit 499794690b
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ commands = alembic -c manila/db/migrations/alembic.ini revision -m ""{posargs}
[flake8]
# Following checks are ignored on purpose:
ignore =
ignore =
builtins = _
# [H106] Don't put vim configuration in source files.
# [H203] Use assertIs(Not)None to check for None.