From 545586015e5b768875672352afe77a5a850a9d86 Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Wed, 31 May 2017 16:52:09 +0800 Subject: Remove obsolete packages `os` and `sys` is no longer used in sample monitor, inspector and consumer Change-Id: I6d2a6ccf1cd68851a80e6e6cf0c50bf06c8d1cbb Signed-off-by: Yujun Zhang --- tests/monitor.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/monitor.py') diff --git a/tests/monitor.py b/tests/monitor.py index 8244dc88..7450c534 100644 --- a/tests/monitor.py +++ b/tests/monitor.py @@ -11,10 +11,8 @@ import argparse from datetime import datetime import json import logger as doctor_log -import os import requests import socket -import sys import time from keystoneauth1 import session -- cgit 1.2.3-korg