summaryrefslogtreecommitdiffstats
path: root/lcm/lcm/pub/config
diff options
context:
space:
mode:
authorying.yunlong <ying.yunlong@zte.com.cn>2017-09-20 13:43:08 +0800
committerying.yunlong <ying.yunlong@zte.com.cn>2017-09-20 13:43:08 +0800
commite97e0b12f8aa84d136e619902c95303333fb3a6c (patch)
treef2df8fb0de9c03baba5012ea68916640d4278c46 /lcm/lcm/pub/config
parent3ac66a9fad25031ca3976cd9f14fe2c5f0162535 (diff)
Modify vnflcm code according to PEP8 standard
Change-Id: I8df05103e9f7e4659a1a845bce5fd8810d5f5f17 Issue-ID: VFC-395 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'lcm/lcm/pub/config')
-rw-r--r--lcm/lcm/pub/config/config.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/lcm/lcm/pub/config/config.py b/lcm/lcm/pub/config/config.py
index c47d7637..f18ef8e6 100644
--- a/lcm/lcm/pub/config/config.py
+++ b/lcm/lcm/pub/config/config.py
@@ -12,8 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-import os
-
# [MSB]
MSB_SERVICE_IP = '127.0.0.1'
MSB_SERVICE_PORT = '80'
@@ -24,7 +22,6 @@ AAI_USER = "AAI"
AAI_PASSWORD = "AAI"
REPORT_TO_AAI = True
-
# [REDIS]
REDIS_HOST = '127.0.0.1'
REDIS_PORT = '6379'