Skip to content

Commit

Permalink
Remove redundant json import.
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Nov 12, 2015
1 parent 6d0017e commit de2a5f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/user/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ For example, the GitHub API v3 accepts JSON-Encoded POST/PATCH data::
Instead of encoding the ``dict`` yourself, you can also pass it directly using
the ``json`` parameter (added in version 2.4.2) and it will be encoded automatically::

>>> import json
>>> url = 'https://api.github.com/some/endpoint'
>>> payload = {'some': 'data'}

Expand Down

0 comments on commit de2a5f4

Please sign in to comment.