Use flake8-import-order

Use the flake8 plugin flake8-import-order to check import ordering. It
can do it automatically and don't need reviewers to check it.

Change-Id: Ia3d81bbbb44b40804b3268c0e648276a36cb4805
This commit is contained in:
John L. Villalovos
2017-02-17 11:26:41 -08:00
parent 5cf6bbf374
commit 66866b3ce6
25 changed files with 35 additions and 22 deletions

View File

@@ -15,13 +15,13 @@
"""Render vendordata as stored fetched from REST microservices."""
import six
import sys
from keystoneauth1 import exceptions as ks_exceptions
from keystoneauth1 import loading as ks_loading
from oslo_log import log as logging
from oslo_serialization import jsonutils
import six
from nova.api.metadata import vendordata
import nova.conf