ruff/crates/ruff_linter/resources/test/fixtures/pycodestyle/E402_1.py
Charlie Marsh 20def33fb7
Remove special pre-visit for module docstrings (#9261)
This ensures that we visit the module docstring like any other string.

Closes https://github.com/astral-sh/ruff/issues/9260.
2023-12-23 10:03:12 -05:00

9 lines
87 B
Python

import a
"""Some other docstring."""
import b
"""Some other docstring."""
import c