def rm()
in
hooks/post_gen_project.py [0:0]
2
lines of code
1
McCabe index (conditional complexity)
def rm(s: Path) -> None: Path(s).unlink(missing_ok=True)