Skip to content

Commit

Permalink
simplified import in quick start
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuerke Erik committed Mar 11, 2020
1 parent 9a4d020 commit 46af9a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,7 @@ Quick example

.. code-block:: python
from restit import Request
from restit import request_mapping
from restit import Resource
from restit import Response
from restit import RestitApp
from restit import Request, request_mapping, Resource, Response, RestitApp
@request_mapping("/")
Expand Down
6 changes: 1 addition & 5 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,7 @@ Quick example

.. code-block:: python
from restit import Request
from restit import request_mapping
from restit import Resource
from restit import Response
from restit import RestitApp
from restit import Request, request_mapping, Resource, Response, RestitApp
@request_mapping("/")
Expand Down

0 comments on commit 46af9a8

Please sign in to comment.