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 c74ed04 commit 2331023Copy full SHA for 2331023
flask_mongoengine/wtf/base.py
@@ -38,4 +38,4 @@ def _ensure_callable_or_list(self, field, msg_flag):
38
if not isinstance(field, list):
39
raise TypeError(msg)
40
41
- return field
+ return field
0 commit comments