Sign in
fuchsia
/
third_party
/
github.com
/
psf
/
black
/
HEAD
/
.
/
tests
/
data
/
cases
/
module_docstring_3.py
blob: 3d0058dd554f13a664cdf58e2984168c7d744d8a [
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