We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad60f39 commit 3ba396fCopy full SHA for 3ba396f
flask_mongoengine/db_fields.py
@@ -50,7 +50,7 @@
50
try:
51
from wtforms import fields as wtf_fields
52
from wtforms import validators as wtf_validators
53
-except ImportError:
+except ImportError: # pragma: no cover
54
wtf_fields = None
55
wtf_validators = None
56
0 commit comments