]> Devi Nivas Git - chevron.git/commitdiff
Fix flake8
authorNoah Morrison <noah@morrison.ph>
Thu, 15 Jun 2017 02:53:33 +0000 (22:53 -0400)
committerNoah Morrison <noah@morrison.ph>
Thu, 15 Jun 2017 02:53:33 +0000 (22:53 -0400)
chevron/main.py
test_spec.py

index 1c3828116cb7a4294630d51ef3e5249be5c180f7..ca4dfec1a427ccff3718c83fa73d2749124b819e 100755 (executable)
@@ -82,5 +82,6 @@ def cli_main():
         print('    ' + '\n    '.join(e.args[0].split('\n')))
         exit(1)
 
+
 if __name__ == '__main__':
     cli_main()
index de2130fb9bd06731b249744ed2eb26de29847f4b..8d1c662ef719f44d5d5b6f5d61d53ce7a4d7ab5b 100755 (executable)
@@ -41,6 +41,7 @@ def _test_case_from_path(json_path):
     # Return the built class
     return MustacheTestCase
 
+
 # Create TestCase for each json file
 for spec in SPECS:
     # Ignore optional tests