Commit 6a52a228 by Timothée Peignier

style check

parent fb2acff6
......@@ -106,4 +106,3 @@ class PipelineCachedStorage(PipelineMixin, CachedStaticFilesStorage):
class NonPackagingPipelineCachedStorage(NonPackagingMixin, PipelineCachedStorage):
pass
......@@ -13,8 +13,8 @@ from tests.utils import pipeline_settings
class JinjaTest(TestCase):
def setUp(self):
self.env = Environment(extensions=[PipelineExtension], loader=
PackageLoader('pipeline', 'templates'))
self.env = Environment(extensions=[PipelineExtension],
loader=PackageLoader('pipeline', 'templates'))
def test_no_package(self):
template = self.env.from_string(u"""{% stylesheet "unknow" %}""")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment