Skip to content

Commit 61822dd

Browse files
authored
Remove unused 'time' import from test_resource.py
Removed unused import of the 'time' module.
1 parent de3c792 commit 61822dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_resource.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
from test import support
55
from test.support import import_helper
66
from test.support import os_helper
7-
import time
87

98
resource = import_helper.import_module('resource')
109

0 commit comments

Comments
 (0)