Removed i18n from flake checks

Change-Id: I0d07f7333e08a2c41fbe644179a5a296cd130703
This commit is contained in:
Stéphane Albert 2014-10-06 15:30:22 +02:00
parent 80fcb84449
commit b4e44f9060
2 changed files with 4 additions and 1 deletions

View File

@ -17,7 +17,7 @@
#
from wsme import types as wtypes
from cloudkitty.i18n import _LE # noqa
from cloudkitty.i18n import _LE
# Code taken from ironic types

View File

@ -29,3 +29,6 @@ commands = {posargs}
[flake8]
exclude = .git,.venv,.tox,dist,doc,*egg,build,.ropeproject,./cloudkitty/openstack/common,*/alembic/versions/*
[hacking]
import_exceptions = cloudkitty.i18n