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.
8 lines
149 B
Python
8 lines
149 B
Python
"""Docstring"""
|
|
from __future__ import absolute_import
|
|
|
|
from collections import namedtuple
|
|
|
|
from __future__ import print_function
|
|
|
|
import __future__
|