From 87fc760416aadbbc54474a685c05c3c2d54111ed Mon Sep 17 00:00:00 2001 From: Murpphy <31717785+Murpphy@users.noreply.github.com> Date: Sat, 25 Apr 2020 15:27:38 +0800 Subject: [PATCH] Remove unsed datetime (#2094) Signed-off-by: Murpphy <31717785+Murpphy@users.noreply.github.com> --- shards/mishards/service_handler.py | 1 - 1 file changed, 1 deletion(-) diff --git a/shards/mishards/service_handler.py b/shards/mishards/service_handler.py index e43125a6a7..bc79b96a7c 100644 --- a/shards/mishards/service_handler.py +++ b/shards/mishards/service_handler.py @@ -1,6 +1,5 @@ import logging import time -import datetime import json from collections import defaultdict import ujson