Commit 04e40c1b authored by Benjamin Peterson's avatar Benjamin Peterson

remove nested from __all__

parent c2331dbe
......@@ -4,7 +4,7 @@ import sys
from functools import wraps
from warnings import warn
__all__ = ["contextmanager", "nested", "closing"]
__all__ = ["contextmanager", "closing"]
class GeneratorContextManager(object):
"""Helper for @contextmanager decorator."""
......
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