diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-05-31 16:52:09 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-05-31 16:52:09 +0800 |
commit | 545586015e5b768875672352afe77a5a850a9d86 (patch) | |
tree | 623c8284763a04ca077ddef5a801b03daa275537 /tests/inspector.py | |
parent | 67a6a61f91696873917fccffd57d4a8423867392 (diff) |
Remove obsolete packages
`os` and `sys` is no longer used in sample monitor, inspector and consumer
Change-Id: I6d2a6ccf1cd68851a80e6e6cf0c50bf06c8d1cbb
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'tests/inspector.py')
-rw-r--r-- | tests/inspector.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/inspector.py b/tests/inspector.py index ba00f40e..d11da299 100644 --- a/tests/inspector.py +++ b/tests/inspector.py @@ -13,7 +13,6 @@ from flask import Flask from flask import request import json import logger as doctor_log -import os import threading import time |