Fix pep8 error for vfc-nfvo-lcm/ns.
[vfc/nfvo/lcm.git] / lcm / ns / ns_get.py
index 0bd3955..030e42c 100644 (file)
@@ -13,7 +13,6 @@
 # limitations under the License.
 import json
 import logging
-import traceback
 
 from lcm.ns.const import OWNER_TYPE
 from lcm.pub.database.models import NSInstModel, NfInstModel, VLInstModel, CPInstModel, VNFFGInstModel
@@ -23,7 +22,7 @@ logger = logging.getLogger(__name__)
 
 class GetNSInfoService(object):
     def __init__(self, nsfilter=None):
-        self.ns_filter=nsfilter
+        self.ns_filter = nsfilter
 
     def get_ns_info(self):
         if self.ns_filter: