Remove unused import in auth-file

This commit is contained in:
oauth2 2022-10-19 13:36:00 +02:00
parent acb5ba7eba
commit 610b7e9811
No known key found for this signature in database
GPG Key ID: 8F0BFB72D95A280C
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
import base64
import binascii
import os
import bcrypt
from itsdangerous import TimestampSigner, BadSignature