From: noah morrison Date: Thu, 9 Apr 2015 20:21:33 +0000 (-0400) Subject: Fix pep8 (and travis) X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=fca946201a59bd84123444d4a08c26a73e5406de;p=chevron.git Fix pep8 (and travis) --- diff --git a/test_spec.py b/test_spec.py index 65084f4..0b0c4ca 100755 --- a/test_spec.py +++ b/test_spec.py @@ -165,7 +165,7 @@ class ExpandedCoverage(unittest.TestCase): 'template': '{{comp.attr}} {{int.attr}}', 'data': {'comp': Complex(), 'int': 1 - } + } } result = chevron.render(**args)