Skip to content

Commit

Permalink
fix: last mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Angel-Dijoux committed Nov 2, 2023
1 parent 5c51110 commit 93e8f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blueprints/formations.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from typing import Any, Tuple

from flask import Blueprint, Response, request
from flask_jwt_extended import get_jwt_identity, jwt_required
from flask_jwt_extended import jwt_required
from werkzeug.exceptions import HTTPException

from src.blueprints.route_handler import HttpMethod, route_handler
Expand Down

0 comments on commit 93e8f83

Please sign in to comment.