Docstring nit
This commit is contained in:
parent
53808e3902
commit
58fd7885cd
6
black.py
6
black.py
@ -3780,8 +3780,10 @@ def dump_to_file(*output: str) -> str:
|
|||||||
|
|
||||||
@contextmanager
|
@contextmanager
|
||||||
def nullcontext() -> Iterator[None]:
|
def nullcontext() -> Iterator[None]:
|
||||||
"""Return context manager that does nothing.
|
"""Return an empty context manager.
|
||||||
Similar to `nullcontext` from python 3.7"""
|
|
||||||
|
To be used like `nullcontext` in Python 3.7.
|
||||||
|
"""
|
||||||
yield
|
yield
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user