Fix import grouping in scenario tests
This commit just fixes the grouping for imports in 2 scenario
test files. Previously they were incorrectly grouping the imports.
Change-Id: I27e37ce03299e878012cbc04f5224ed2681a2df7
diff --git a/tempest/scenario/orchestration/test_autoscaling.py b/tempest/scenario/orchestration/test_autoscaling.py
index 78025ee..b31a0a7 100644
--- a/tempest/scenario/orchestration/test_autoscaling.py
+++ b/tempest/scenario/orchestration/test_autoscaling.py
@@ -12,10 +12,11 @@
# License for the specific language governing permissions and limitations
# under the License.
+import time
+
from tempest.scenario import manager
from tempest.test import attr
from tempest.test import call_until_true
-import time
class AutoScalingTest(manager.OrchestrationScenarioTest):