mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 05:15:12 +00:00

This ensures that we visit the module docstring like any other string. Closes https://github.com/astral-sh/ruff/issues/9260.
5 lines
77 B
Python
5 lines
77 B
Python
"""Docstring"""
|
|
|
|
"""Non-docstring"""
|
|
|
|
from __future__ import absolute_import
|