From fca946201a59bd84123444d4a08c26a73e5406de Mon Sep 17 00:00:00 2001 From: noah morrison Date: Thu, 9 Apr 2015 16:21:33 -0400 Subject: [PATCH] Fix pep8 (and travis) --- test_spec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.3