summaryrefslogtreecommitdiff
path: root/taskflow/test.py
diff options
context:
space:
mode:
authorChristian Berendt <berendt@b1-systems.de>2014-07-17 09:05:16 +0200
committerChristian Berendt <berendt@b1-systems.de>2014-07-17 09:05:48 +0200
commit6132647fb77b83cc99406b5da9ae3c63666cb447 (patch)
tree647369c122ae9307569aff482c63be36ac0da1b0 /taskflow/test.py
parent1a7de75b1e4dc2040245442319a48a71d7c3dbee (diff)
downloadtaskflow-6132647fb77b83cc99406b5da9ae3c63666cb447.tar.gz
Enabled hacking checks H305 and H307
* H305 imports not grouped correctly * H307 like imports should be grouped together Change-Id: If1dd9c89f65ede6959865a885777cb08c263eca0
Diffstat (limited to 'taskflow/test.py')
-rw-r--r--taskflow/test.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/taskflow/test.py b/taskflow/test.py
index aa2ffd4..4de61d3 100644
--- a/taskflow/test.py
+++ b/taskflow/test.py
@@ -14,15 +14,13 @@
# License for the specific language governing permissions and limitations
# under the License.
+import fixtures
import mock
-
+import six
from testtools import compat
from testtools import matchers
from testtools import testcase
-import fixtures
-import six
-
from taskflow import exceptions
from taskflow.tests import utils
from taskflow.utils import misc