Skip to content

Commit dd0cd0e

Browse files
authored
Remove unused subprocess import in WindowsPathTest
Removed unused import of subprocess in WindowsPathTest.
1 parent 25cc0a2 commit dd0cd0e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/test/test_pathlib/test_pathlib.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3628,7 +3628,6 @@ class WindowsPathTest(PathTest, PureWindowsPathTest):
36283628
cls = pathlib.WindowsPath
36293629

36303630
def test_chmod_archive_bit_behavior(self):
3631-
import subprocess
36323631

36333632
# gh-140774: Fix chmod failing to clear Read-Only if Archive bit is cleared.
36343633
base = self.cls(self.base)

0 commit comments

Comments
 (0)