ruff/crates/ruff_linter/resources/test/fixtures/pycodestyle/E402_1.py

10 lines
87 B
Python

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