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

2 lines
57 B
Python

def fn() -> None:
print("Newline present (no W292)")