From f64e5cd57eb9932c862edf0b6fdd787c97be151b Mon Sep 17 00:00:00 2001 From: yanliang567 <82361606+yanliang567@users.noreply.github.com> Date: Sat, 11 Sep 2021 15:58:01 +0800 Subject: [PATCH] [skip ci]Remove unused import package (#7756) Signed-off-by: yanliang567 --- tests/python_client/chaos/checker.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/python_client/chaos/checker.py b/tests/python_client/chaos/checker.py index 4964a254b9..ead4cc47cd 100644 --- a/tests/python_client/chaos/checker.py +++ b/tests/python_client/chaos/checker.py @@ -1,4 +1,3 @@ -import datetime from enum import Enum from random import randint