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"),