ruff/resources/test/fixtures/F402.py

10 lines
96 B
Python

import os
import os.path as path
for os in range(3):
pass
for path in range(3):
pass