From 133492b57f1192015fa2847d69b03c888ce7ba66 Mon Sep 17 00:00:00 2001 From: Kenneth Tang Date: Mon, 3 Feb 2020 02:29:19 +0800 Subject: [PATCH] Fix test_monitor faild --- tests/test_monitor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_monitor.py b/tests/test_monitor.py index 83fc633b6d..dc967353be 100644 --- a/tests/test_monitor.py +++ b/tests/test_monitor.py @@ -1,6 +1,7 @@ import uuid import json import os +import sys import warnings import pandas