Skip to content

Commit

Permalink
Remove unused jwt import from authentication.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Vianpyro committed Nov 20, 2024
1 parent 00d8f58 commit bcc1ef5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion routes/authentication.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import os
from re import match

import jwt
from argon2 import PasswordHasher, exceptions
from dotenv import load_dotenv
from flask import Blueprint, jsonify, request
Expand Down

0 comments on commit bcc1ef5

Please sign in to comment.