Skip to content

Commit

Permalink
Fix csrf reference
Browse files Browse the repository at this point in the history
  • Loading branch information
talavis committed Apr 22, 2022
1 parent 3506f4c commit 678c80e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions form_manager/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
import flask
import flask_mail

from . import mail
from . import utils
from . import csrf, mail, utils

blueprint = flask.Blueprint("forms", __name__) # pylint: disable=invalid-name

Expand Down

0 comments on commit 678c80e

Please sign in to comment.