Skip to content

Commit 3ba396f

Browse files
committed
Exclude 2 lines from coverage report
1 parent ad60f39 commit 3ba396f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask_mongoengine/db_fields.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
try:
5151
from wtforms import fields as wtf_fields
5252
from wtforms import validators as wtf_validators
53-
except ImportError:
53+
except ImportError: # pragma: no cover
5454
wtf_fields = None
5555
wtf_validators = None
5656

0 commit comments

Comments
 (0)