Enable H305 and H307 style checks
Correct grouping and ordering of imports
Change-Id: I47ea0d53f80d7f0aeb01c1c6afd63713be87ddf4
diff --git a/common/test.py b/common/test.py
index 57083fd..4c96567 100644
--- a/common/test.py
+++ b/common/test.py
@@ -10,19 +10,19 @@
# License for the specific language governing permissions and limitations
# under the License.
-import fixtures
import logging
import os
import random
import re
-import six
import subprocess
-import testscenarios
-import testtools
import time
+import fixtures
from heatclient import exc as heat_exceptions
from oslo.utils import timeutils
+import six
+import testscenarios
+import testtools
from heat_integrationtests.common import clients
from heat_integrationtests.common import config