TrivialFix: Remove trailing whitespace in tox.ini

Was probably introduced by accident in [1]. Don't
need it anymore.

[1] I890ba4c54b0da10060767620ff5ff7e480d79a9c

Change-Id: Ib6fdb8c1488dde2308d8cc8bb3e79e1280d3e812
This commit is contained in:
Goutham Pacha Ravi 2019-03-08 12:19:11 -08:00
parent c3d697e514
commit 4f559d8cc7
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.