Skip to content

Commit a112c34

Browse files
authored
Import fields from webargs instead of marshmallow for README (jmcarp#66)
1 parent cd45928 commit a112c34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ Quickstart
3535
from flask import Flask
3636
from flask_apispec import use_kwargs, marshal_with
3737
38-
from marshmallow import fields, Schema
38+
from marshmallow import Schema
39+
from webargs import fields
3940
4041
from .models import Pet
4142

0 commit comments

Comments
 (0)