Enabled hacking check H305

* [H305] imports not grouped correctly

Change-Id: I2b2bf2ca5d1a8cfa68169e11b8cb885172bad0a2
This commit is contained in:
Christian Berendt
2014-07-17 11:54:24 +02:00
parent fb8f8af47f
commit 5fb3475fac
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -14,10 +14,10 @@
# under the License.
import os
import subprocess
import sys
import fixtures
import subprocess
import testtools
from testtools import content
-1
View File
@@ -23,7 +23,6 @@ commands =
commands = {posargs}
[flake8]
ignore = H305
show-source = True
exclude = .tox,dist,doc,*.egg,build
builtins = _