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

6 lines
122 B
Python

print("foo") # coding=utf8
print("Hello world")
"""
Invalid coding declaration due to a statement before the comment
"""