Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Sep 25, 2016
1 parent dd45e56 commit 6012a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_simple_renderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import unittest
import aiohttp
from aiohttp import web
from aiohttp.multidict import CIMultiDict
from multidict import CIMultiDict
import aiohttp_jinja2
import jinja2
from unittest import mock
Expand Down

0 comments on commit 6012a11

Please sign in to comment.