summaryrefslogtreecommitdiff
path: root/heat/tests/test_template_format.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_template_format.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_template_format.py')
-rw-r--r--heat/tests/test_template_format.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/heat/tests/test_template_format.py b/heat/tests/test_template_format.py
index 031874066..0f39b5a69 100644
--- a/heat/tests/test_template_format.py
+++ b/heat/tests/test_template_format.py
@@ -14,9 +14,9 @@
import os
import mock
+import six
import testtools
import yaml
-import six
from heat.common import config
from heat.common import exception