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

8 lines
181 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