Skip to content

Commit

Permalink
🚨 no cover to_distribution.
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <[email protected]>
  • Loading branch information
rjdbcm committed Apr 24, 2024
1 parent 1c28263 commit cb4faba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ozi/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit cb4faba

Please sign in to comment.