From 86a1bcb6bfb8d0da8ba65537ca26d2464003844a Mon Sep 17 00:00:00 2001 From: noah morrison Date: Mon, 10 Nov 2014 21:15:10 -0500 Subject: [PATCH] pep8 oops.... --- entei.py | 1 - 1 file changed, 1 deletion(-) diff --git a/entei.py b/entei.py index 7f7c6a0..fc08672 100755 --- a/entei.py +++ b/entei.py @@ -214,7 +214,6 @@ def render(template, data, partials_path='.', partials_ext='mustache', else: tokens = tokenize(template) - output = '' if type(data) is list: -- 2.47.3