From cb4faba04318b956c75a656a882d48a8ddecf4c1 Mon Sep 17 00:00:00 2001 From: rjdbcm Date: Tue, 23 Apr 2024 20:53:12 -0500 Subject: [PATCH] :rotating_light: no cover to_distribution. Signed-off-by: rjdbcm --- ozi/filter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ozi/filter.py b/ozi/filter.py index 42f5e444..ddd46630 100644 --- a/ozi/filter.py +++ b/ozi/filter.py @@ -97,7 +97,7 @@ def next_minor(version: str) -> str: @lru_cache -def to_distribution(package: str) -> str: +def to_distribution(package: str) -> str: # pragma: no cover """Returns the first distributed module name for a package (cached). :param package: The PyPI package name.