Fix import grouping

This is required for the follow-on H307 import grouping check.

Change-Id: I2581f192b20a2b05b49620ac9e80c9c6b3fefda1
This commit is contained in:
Ben Nemec 2013-10-16 21:22:59 +00:00
parent cd31f92ba7
commit 27cad03fa2
4 changed files with 7 additions and 5 deletions

View File

@ -11,9 +11,10 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
import fixtures
import os import os
import fixtures
from hacking import config from hacking import config
from hacking import tests from hacking import tests

View File

@ -18,11 +18,10 @@ import re
from flake8 import engine from flake8 import engine
import pep8 import pep8
import testscenarios
from testtools import content from testtools import content
from testtools import matchers from testtools import matchers
import testscenarios
import hacking import hacking
import hacking.tests import hacking.tests

View File

@ -13,11 +13,12 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
import inspect
import fixtures import fixtures
import hacking.core import hacking.core
import hacking.tests import hacking.tests
import inspect
def _fake_none_commit_title(self): def _fake_none_commit_title(self):

View File

@ -11,9 +11,10 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
import fixtures
import os import os
import fixtures
from hacking import config from hacking import config
from hacking import core from hacking import core
from hacking import tests from hacking import tests