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