(dep: Dependency)
| 130 | |
| 131 | |
| 132 | def compare_fn(dep: Dependency) -> tuple[Dependency, str]: |
| 133 | return (dep, pt.pretty(dep)) |
| 134 | |
| 135 | |
| 136 | def sort_deps(deps: list[Dependency]) -> list[Dependency]: |
nothing calls this directly
no outgoing calls
no test coverage detected