mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-03 13:18:57 -04:00
Address deprecation warning around wtf Form
It’s been renamed to avoid a conflict. Not a conflict we have to worry about. So we can just change our import and get rid of the deprecation warning.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import re
|
||||
import pytz
|
||||
|
||||
from flask_wtf import Form
|
||||
from flask_wtf import FlaskForm as Form
|
||||
from datetime import datetime, timedelta
|
||||
from notifications_utils.recipients import (
|
||||
validate_phone_number,
|
||||
|
||||
Reference in New Issue
Block a user