From 610b7e9811cf5fcab10eec8fe89184cef7789d7b Mon Sep 17 00:00:00 2001 From: oauth2 Date: Wed, 19 Oct 2022 13:36:00 +0200 Subject: [PATCH] Remove unused import in auth-file --- litecord/auth.py | 1 - 1 file changed, 1 deletion(-) diff --git a/litecord/auth.py b/litecord/auth.py index e462c58..3c3c0ae 100644 --- a/litecord/auth.py +++ b/litecord/auth.py @@ -19,7 +19,6 @@ along with this program. If not, see . import base64 import binascii -import os import bcrypt from itsdangerous import TimestampSigner, BadSignature