Skip to content

Commit

Permalink
Clean up of examples. Removes non-core examples, optimizes and restyl…
Browse files Browse the repository at this point in the history
…es remaining to strictly follow PEP 8 styling guidelines. Non-Core examples will be moved to Wiki.
  • Loading branch information
stopspazzing committed Jun 1, 2017
1 parent 4a1d1a0 commit 4b5320a
Show file tree
Hide file tree
Showing 38 changed files with 36 additions and 1,135 deletions.
26 changes: 0 additions & 26 deletions examples/aiohttp_example.py

This file was deleted.

Empty file removed examples/asyncorm/__init__.py
Empty file.
149 changes: 0 additions & 149 deletions examples/asyncorm/__main__.py

This file was deleted.

Empty file.
24 changes: 0 additions & 24 deletions examples/asyncorm/library/models.py

This file was deleted.

15 changes: 0 additions & 15 deletions examples/asyncorm/library/serializer.py

This file was deleted.

3 changes: 0 additions & 3 deletions examples/asyncorm/requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion examples/blueprints.py
@@ -1,6 +1,6 @@
from sanic import Sanic
from sanic import Blueprint
from sanic.response import json, text
from sanic.response import json


app = Sanic(__name__)
Expand Down
73 changes: 0 additions & 73 deletions examples/cache_example.py

This file was deleted.

41 changes: 0 additions & 41 deletions examples/dask_distributed.py

This file was deleted.

0 comments on commit 4b5320a

Please sign in to comment.