Files
ruff/resources/test/fixtures/flake8_quotes/docstring_doubles_module_singleline.py
2022-10-28 17:52:11 -04:00

7 lines
135 B
Python

""" Double quotes singleline module docstring """
""" this is not a docstring """
def foo():
pass
""" this is not a docstring """