mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-30 13:51:37 +00:00

This ensures that we visit the module docstring like any other string. Closes https://github.com/astral-sh/ruff/issues/9260.
9 lines
87 B
Python
9 lines
87 B
Python
import a
|
|
|
|
"""Some other docstring."""
|
|
|
|
import b
|
|
|
|
"""Some other docstring."""
|
|
|
|
import c
|