Skip to content

Commit c84e6f3

Browse files
authored
Remove unused import of warnings from unittest.loader (#102479)
1 parent d959bcd commit c84e6f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/unittest/loader.py

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
import traceback
77
import types
88
import functools
9-
import warnings
109

1110
from fnmatch import fnmatch, fnmatchcase
1211

0 commit comments

Comments
 (0)