Enabled hacking checks H305 and H307

* H305  imports not grouped correctly
* H307  like imports should be grouped together

Change-Id: I9dc5f995ea07d7c319d944e847a9d1c126937240
This commit is contained in:
Christian Berendt
2014-07-17 17:43:38 +02:00
parent 8c1a574de3
commit 799319baab
48 changed files with 56 additions and 78 deletions

View File

@@ -27,7 +27,6 @@ import webob.exc
from manila.api.openstack import wsgi
from manila import context
from manila.openstack.common import jsonutils
from manila.openstack.common import log as logging
from manila import wsgi as base_wsgi