aboutsummaryrefslogtreecommitdiffstats
path: root/lcm/ns/tests/test_ns_create.py
diff options
context:
space:
mode:
authorying.yunlong <ying.yunlong@zte.com.cn>2017-09-28 14:15:17 +0800
committerying.yunlong <ying.yunlong@zte.com.cn>2017-09-28 14:15:17 +0800
commitbafac37bbc63d991c332ce9e17fa730ae6e00304 (patch)
tree70ca71af75e8dbbe87cb0a9001e533412eba2f3b /lcm/ns/tests/test_ns_create.py
parentee94f532cf429d9a687bd7d901389ebe05b3ab3c (diff)
Fix vfc-lcm/ns pep8 issue
Change-Id: I66e3a3e0a792b4beb6ad38687083e3458506bed5 Issue-ID: VFC-456 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'lcm/ns/tests/test_ns_create.py')
-rw-r--r--lcm/ns/tests/test_ns_create.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/lcm/ns/tests/test_ns_create.py b/lcm/ns/tests/test_ns_create.py
index 293dfb37..f93e75e5 100644
--- a/lcm/ns/tests/test_ns_create.py
+++ b/lcm/ns/tests/test_ns_create.py
@@ -12,16 +12,15 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import json
-
import uuid
-import mock
+import mock
from django.test import TestCase, Client
from rest_framework import status
from lcm.ns.ns_create import CreateNSService
+from lcm.pub.database.models import NSInstModel
from lcm.pub.exceptions import NSLCMException
-from lcm.pub.database.models import NSInstModel, NSDModel
from lcm.pub.utils import restcall