Skip to content

Commit c178dac

Browse files
committed
fix: remove redundant pathlib import in _should_skip_file (PR #1232)
1 parent a1ebb31 commit c178dac

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

analysis/git_analysis.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,6 @@ def _should_skip_file(filepath: str) -> bool:
220220
return True
221221

222222
# Check filename-based test patterns
223-
import pathlib
224-
225223
path = pathlib.Path(filepath)
226224
filename = path.name
227225

0 commit comments

Comments
 (0)