(name: str)
| 32 | from pip._internal.metadata.importlib import Distribution as _ImportLibDist |
| 33 | |
| 34 | def canonicalize_name(name: str) -> str: ... |
| 35 | |
| 36 | else: |
| 37 | from pip._vendor.packaging.utils import canonicalize_name # noqa: F401 |
no outgoing calls
no test coverage detected
searching dependent graphs…