From d8b1b54bd62a8e44d239ba9e87c171ed993bae23 Mon Sep 17 00:00:00 2001 From: SwaggySong <36157116+SwaggySong@users.noreply.github.com> Date: Sat, 25 Apr 2020 14:50:47 +0800 Subject: [PATCH] Remove unused enum (#2089) Signed-off-by: SwaggySong 36157116+SwaggySong@users.noreply.github.com --- shards/mishards/connections.py | 1 - 1 file changed, 1 deletion(-) diff --git a/shards/mishards/connections.py b/shards/mishards/connections.py index d66d0eee22..ab8c78e302 100644 --- a/shards/mishards/connections.py +++ b/shards/mishards/connections.py @@ -1,5 +1,4 @@ import time -import enum import json import logging import threading