Sign in
fuchsia
/
third_party
/
github.com
/
psf
/
black
/
HEAD
/
.
/
tests
/
data
/
cases
/
module_docstring_4.py
blob: b1720078f712a04ba61c197f50f1555a69afc91f [
file
]
"""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