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: I9ced9c297273db0eec6ab3995b663b1e8dffe87d
This commit is contained in:
John L. Villalovos 2017-02-16 10:11:06 -08:00
parent 853ec5e7ad
commit f8b09fe503
1 changed files with 1 additions and 1 deletions

View File

@ -12,9 +12,9 @@
import json
import os
import six
import time
import six
import tempest
from tempest import config
from tempest.lib.common.api_version_utils import LATEST_MICROVERSION