Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
r0fls committed Jun 11, 2024
1 parent 2a5853c commit 296a93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from flask import Flask, jsonify, request
from flask import Flask, jsonify, request, make_response
from flask_jwt_extended import JWTManager, create_access_token, jwt_required
from sqlalchemy.orm import sessionmaker
from sqlalchemy import create_engine, func
Expand Down

0 comments on commit 296a93e

Please sign in to comment.