Skip to content

Commit 6106576

Browse files
committed
Remove unnecessary '# pragma: no cover' - the last one
1 parent 413ec57 commit 6106576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pip_check_reqs/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def _add_module(self, modname: str, lineno: int) -> None:
9595
progress.append(modname_part)
9696

9797
# we might have previously seen a useful path though...
98-
if modpath is None: # pragma: no cover
98+
if modpath is None:
9999
# the `sys` module will hit this code path, and `os` will on
100100
# 3.11+.
101101
# Possibly others will, but I've not discovered them.

0 commit comments

Comments
 (0)