black/tests/data/cases/module_docstring_4.py
2024-01-24 17:06:14 -08:00

9 lines
182 B
Python

"""Single line module-level docstring should be followed by single newline."""
a = 1
# output
"""Single line module-level docstring should be followed by single newline."""
a = 1