From 72461a5cdbbea2fe5841bb7587d1d08c7d68ff92 Mon Sep 17 00:00:00 2001 From: Paul Tagliamonte Date: Wed, 8 May 2013 20:07:38 -0400 Subject: [PATCH] style tweak --- tests/compilers/test_compiler.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/compilers/test_compiler.py b/tests/compilers/test_compiler.py index 9291ffd..5f93144 100644 --- a/tests/compilers/test_compiler.py +++ b/tests/compilers/test_compiler.py @@ -67,7 +67,9 @@ class HyASTCompilerTest(unittest.TestCase): self.assertIsInstance(ret.expr, ast.Name) def test_compiler_bare_names(self): - """Check that the compiler doesn't drop bare names from code branches""" + """ + Check that the compiler doesn't drop bare names from code branches + """ ret = self.c.compile(self._make_expression(HySymbol("do"), HySymbol("a"), HySymbol("b"),