test/data/err_144.py:7:1 [FURB144]: Replace `os.remove(x)` with `Path(x).unlink()`
test/data/err_144.py:8:1 [FURB144]: Replace `os.unlink(x)` with `Path(x).unlink()`
test/data/err_144.py:11:1 [FURB144]: Replace `os.remove(x)` with `x.unlink()`
test/data/err_144.py:12:1 [FURB144]: Replace `os.unlink(x)` with `x.unlink()`
test/data/err_144.py:14:1 [FURB144]: Replace `os.remove(x)` with `Path(x).unlink()`
test/data/err_144.py:15:1 [FURB144]: Replace `os.unlink(x)` with `Path(x).unlink()`
