mirror of
https://github.com/python/cpython.git
synced 2025-10-14 10:53:40 +00:00
Remove unused import of warnings
from unittest.loader
(#102479)
This commit is contained in:
parent
d959bcd4a0
commit
c84e6f32df
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ import sys
|
||||||
import traceback
|
import traceback
|
||||||
import types
|
import types
|
||||||
import functools
|
import functools
|
||||||
import warnings
|
|
||||||
|
|
||||||
from fnmatch import fnmatch, fnmatchcase
|
from fnmatch import fnmatch, fnmatchcase
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue