Skip to content

Commit

Permalink
Merge pull request #1 from tambel/master
Browse files Browse the repository at this point in the history
fix import due to 'split web_reqrep.py'
  • Loading branch information
cr0hn committed Jan 13, 2018
2 parents 3cf9d1e + 749f33b commit 77e929c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiohttp_cache/middleware.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from aiohttp.web_reqrep import Response
from aiohttp.web_response import Response

async def cache_middleware(app, handler):
async def middleware_handler(request):
Expand Down

0 comments on commit 77e929c

Please sign in to comment.