From ecfe4fa45766b0ec66c85af73aeec6c91fc81181 Mon Sep 17 00:00:00 2001 From: Luna Date: Wed, 1 May 2019 19:09:42 -0300 Subject: [PATCH] webhooks: remove unused import --- litecord/blueprints/webhooks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/litecord/blueprints/webhooks.py b/litecord/blueprints/webhooks.py index 3669972..308e01b 100644 --- a/litecord/blueprints/webhooks.py +++ b/litecord/blueprints/webhooks.py @@ -18,7 +18,6 @@ along with this program. If not, see . """ import secrets -import base64 import hashlib from typing import Dict, Any, Optional