Whitespace normalization.
This commit is contained in:
parent
08533fdad6
commit
710ab3b5f8
|
@ -31,4 +31,3 @@ def contextmanager(func):
|
|||
def helper(*args, **kwds):
|
||||
return GeneratorContextManager(func(*args, **kwds))
|
||||
return helper
|
||||
|
||||
|
|
|
@ -38,4 +38,3 @@ class nested(object):
|
|||
self.entered = None
|
||||
if ex is not exc_info:
|
||||
raise ex[0], ex[1], ex[2]
|
||||
|
||||
|
|
|
@ -176,4 +176,3 @@ eval_results = [
|
|||
('Expression', ('Tuple', [('Num', 1), ('Num', 2), ('Num', 3)], ('Load',))),
|
||||
]
|
||||
run_tests()
|
||||
|
||||
|
|
Loading…
Reference in New Issue