Files
ruff/resources/test/fixtures/flake8_use_pathlib/use_pathlib.py
2023-01-24 20:40:38 -05:00

4 lines
49 B
Python

from pathlib import Path
(Path("") / "").open()