Whitespace normalization.
This commit is contained in:
parent
f4152c3215
commit
b1ccc4d409
|
@ -116,7 +116,7 @@ class CompilerTest(unittest.TestCase):
|
|||
exec c in dct
|
||||
self.assertEquals(dct.get('result'), 3)
|
||||
|
||||
|
||||
|
||||
NOLINENO = (compiler.ast.Module, compiler.ast.Stmt, compiler.ast.Discard)
|
||||
|
||||
###############################################################################
|
||||
|
|
Loading…
Reference in New Issue