ruff/crates/ruff_linter/resources/test/fixtures/pyupgrade/UP009_7.py
2023-09-20 08:38:27 +02:00

7 lines
170 B
Python

# coding=utf8
print("Hello world")
"""
Regression test for https://github.com/astral-sh/ruff/issues/6756
The leading tab must be removed to prevent invalid syntax.
"""