mirror of
https://github.com/wassname/wtforms-parsleyjs.git
synced 2026-07-26 13:47:20 +08:00
Added forgotten import
This commit is contained in:
@@ -4,7 +4,7 @@ import re
|
||||
import copy
|
||||
|
||||
from wtforms.validators import Length, NumberRange, Email, EqualTo, IPAddress, \
|
||||
Regexp, URL, AnyOf, Optional, InputRequired
|
||||
Regexp, URL, AnyOf, Optional, InputRequired, MacAddress
|
||||
try:
|
||||
from wtforms.validators import DataRequired
|
||||
except ImportError:
|
||||
|
||||
Reference in New Issue
Block a user