Kaydet (Commit) 04e40c1b authored tarafından Benjamin Peterson's avatar Benjamin Peterson

remove nested from __all__

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