mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
remove nested from __all__
This commit is contained in:
parent
c2331dbe45
commit
04e40c1b48
1 changed files with 1 additions and 1 deletions
|
@ -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."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue