Skip to content

Commit

Permalink
Fix: import flask request
Browse files Browse the repository at this point in the history
  • Loading branch information
kuznetsov-m committed Apr 16, 2023
1 parent 9041276 commit dd33aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/errors/handlers.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from flask import render_template
from flask import render_template, request
from app import db
from app.errors import bp
from app.api.errors import error_response as api_error_response
Expand Down

0 comments on commit dd33aab

Please sign in to comment.