From afbdfccb0ed549b03daebc7feab39183ed89f4b7 Mon Sep 17 00:00:00 2001 From: XYenon Date: Sun, 6 Mar 2022 17:09:24 +0800 Subject: [PATCH] Update Utils.py --- efb_qq_plugin_go_cqhttp/Utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/efb_qq_plugin_go_cqhttp/Utils.py b/efb_qq_plugin_go_cqhttp/Utils.py index 0029de5..2e333af 100644 --- a/efb_qq_plugin_go_cqhttp/Utils.py +++ b/efb_qq_plugin_go_cqhttp/Utils.py @@ -1,7 +1,6 @@ import logging import tempfile import urllib.request -# import os from gettext import translation from urllib.error import ContentTooShortError, HTTPError, URLError