Kaydet (Commit) f932f747 authored tarafından Raymond Hettinger's avatar Raymond Hettinger

whitespace fix

üst 0661e91f
...@@ -19,6 +19,7 @@ def disassemble(func): ...@@ -19,6 +19,7 @@ def disassemble(func):
def dis_single(line): def dis_single(line):
return disassemble(compile(line, '', 'single')) return disassemble(compile(line, '', 'single'))
class TestTranforms(unittest.TestCase): class TestTranforms(unittest.TestCase):
def test_unot(self): 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