Skip to content

Commit 895527c

Browse files
committed
Fix lint: remove unused import os
1 parent f3d9d25 commit 895527c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/test/test_pathlib/test_copy.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ def test_copy_fifo(self):
187187

188188
def test_copy_char_device(self):
189189
import io
190-
import os
191190
# /dev/null is a character device on POSIX
192191
source = Path('/dev/null')
193192
if not source.exists() or not source.is_char_device():

0 commit comments

Comments
 (0)