Skip to content

Commit 6d8b091

Browse files
committed
refactor: remove a commented-out line
1 parent fc507ad commit 6d8b091

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

coverage/files.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ class TreeMatcher:
241241
"""
242242
def __init__(self, paths: Iterable[str], name: str = "unknown") -> None:
243243
self.original_paths: list[str] = human_sorted(paths)
244-
#self.paths = list(map(os.path.normcase, paths))
245244
self.paths = [os.path.normcase(p) for p in paths]
246245
self.name = name
247246

0 commit comments

Comments
 (0)