Skip to content

Commit 7605737

Browse files
committed
Added 'marshal_with_field' to __all__
1 parent 036dded commit 7605737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask_restful/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
except ImportError:
2222
from .utils.ordereddict import OrderedDict
2323

24-
__all__ = ('Api', 'Resource', 'marshal', 'marshal_with', 'abort')
24+
__all__ = ('Api', 'Resource', 'marshal', 'marshal_with', 'marshal_with_field', 'abort')
2525

2626

2727
def abort(http_status_code, **kwargs):

0 commit comments

Comments
 (0)