Skip to content

Commit

Permalink
Revert "Fix broken import due to dep update"
Browse files Browse the repository at this point in the history
This reverts commit a383271.
  • Loading branch information
amCap1712 committed Sep 26, 2022
1 parent fab3f9b commit 0948bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion critiquebrainz/frontend/forms/profile.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from flask_wtf import FlaskForm
from flask_babel import lazy_gettext
from wtforms import StringField, BooleanField, RadioField, validators
from wtforms.fields import EmailField
from wtforms.fields.html5 import EmailField


class ProfileEditForm(FlaskForm):
Expand Down

0 comments on commit 0948bb3

Please sign in to comment.