summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRex Lee <limingjiang@huawei.com>2017-03-27 03:23:32 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-03-27 03:23:32 +0000
commit975860bd04dde49355c856449bcbf5cb290d7279 (patch)
tree9a6da72e2a5546fbf5e61ccaf2c915c0f07a27fe /tests
parentc7114df918ca1d463e49a1c41805e8f414100e7c (diff)
parent2e6b9b091c9bf888a05eb0a1ddff5e6f273400df (diff)
Merge "model: pylint fixes"
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/benchmark/contexts/test_model.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/benchmark/contexts/test_model.py b/tests/unit/benchmark/contexts/test_model.py
index a4b7d81ef..6ae4e6dac 100644
--- a/tests/unit/benchmark/contexts/test_model.py
+++ b/tests/unit/benchmark/contexts/test_model.py
@@ -12,8 +12,8 @@
# Unittest for yardstick.benchmark.contexts.model
from __future__ import absolute_import
-import mock
import unittest
+import mock
from yardstick.benchmark.contexts import model