ruff/crates/ruff_linter/resources/test/fixtures/pyupgrade/UP009_8.py

7 lines
122 B
Python

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