diff options
Diffstat (limited to 'testapi/opnfv_testapi/common/check.py')
-rw-r--r-- | testapi/opnfv_testapi/common/check.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/testapi/opnfv_testapi/common/check.py b/testapi/opnfv_testapi/common/check.py index be4b1df..4d9902c 100644 --- a/testapi/opnfv_testapi/common/check.py +++ b/testapi/opnfv_testapi/common/check.py @@ -8,9 +8,11 @@ ############################################################################## import functools -from tornado import web, gen +from tornado import gen +from tornado import web -from opnfv_testapi.common import raises, message +from opnfv_testapi.common import message +from opnfv_testapi.common import raises def authenticate(method): |