diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-01-27 18:01:50 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-01-27 18:01:50 +0100 |
| commit | 769fd6527b0a36cd59537953d34721d28fd62042 (patch) | |
| tree | 8af1f47ab01cb28313c92d168b674ec87b7a6092 /api.py | |
| parent | d7f39b7f6ef741514dd8d52b137d6abb2ca5aeb5 (diff) | |
| download | apigrabber-769fd6527b0a36cd59537953d34721d28fd62042.tar.gz apigrabber-769fd6527b0a36cd59537953d34721d28fd62042.zip | |
api: removed unused aiohttp_wsgi dependency
Diffstat (limited to 'api.py')
| -rw-r--r-- | api.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -7,7 +7,6 @@ import sys import json import aiohttp.web import aiohttp_route_decorator -import aiohttp_wsgi import database import crawler |
