Skip to content

Commit

Permalink
delete unused import from quickstart (#709)
Browse files Browse the repository at this point in the history
  • Loading branch information
htlhenry authored and joshfriend committed Nov 1, 2017
1 parent a9b10b9 commit 92da853
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ problem, Flask-RESTful provides the :class:`fields` module and the
:meth:`marshal_with` decorator. Similar to the Django ORM and WTForm, you
use the ``fields`` module to describe the structure of your response. ::

from collections import OrderedDict
from flask_restful import fields, marshal_with

resource_fields = {
Expand Down

0 comments on commit 92da853

Please sign in to comment.