summaryrefslogtreecommitdiff
path: root/heat/tests/test_nested_stack.py
diff options
context:
space:
mode:
authorPavlo Shchelokovskyy <pshchelokovskyy@mirantis.com>2014-04-04 16:44:30 +0300
committerPavlo Shchelokovskyy <pshchelokovskyy@mirantis.com>2014-05-22 16:49:51 +0300
commit50ff4ec2fe6995d46c5f3afaefabd443cdf207d1 (patch)
tree73945e1939e63daeb301427caa40ef94f219d945 /heat/tests/test_nested_stack.py
parent61290febf71f23fe661ee91df5fa1e10060c9bed (diff)
downloadheat-50ff4ec2fe6995d46c5f3afaefabd443cdf207d1.tar.gz
Order imports in alphabetical order (9/9)
This patch fixes all the missed and newly introduced violations of the H306 style checking rule and enables it in tox. Change-Id: I5566e66421d5397c0103958f02ea38e6e3c68892 Implements: blueprint reduce-flake8-ignored-rules (partial)
Diffstat (limited to 'heat/tests/test_nested_stack.py')
-rw-r--r--heat/tests/test_nested_stack.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/heat/tests/test_nested_stack.py b/heat/tests/test_nested_stack.py
index 04a3687ef..33a02ba66 100644
--- a/heat/tests/test_nested_stack.py
+++ b/heat/tests/test_nested_stack.py
@@ -14,12 +14,10 @@
import copy
import json
-import mock
-from requests import exceptions
+import mock
from oslo.config import cfg
-
-cfg.CONF.import_opt('max_resources_per_stack', 'heat.common.config')
+from requests import exceptions
from heat.common import exception
from heat.common import template_format
@@ -32,6 +30,8 @@ from heat.tests.common import HeatTestCase
from heat.tests import generic_resource as generic_rsrc
from heat.tests import utils
+cfg.CONF.import_opt('max_resources_per_stack', 'heat.common.config')
+
class NestedStackTest(HeatTestCase):
test_template = '''