Commit f932f747 authored by Raymond Hettinger's avatar Raymond Hettinger

whitespace fix

parent 0661e91f
......@@ -19,6 +19,7 @@ def disassemble(func):
def dis_single(line):
return disassemble(compile(line, '', 'single'))
class TestTranforms(unittest.TestCase):
def test_unot(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment