]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove unused import of `warnings` from `unittest.loader` (#102479)
authorJosephSBoyle <48555120+JosephSBoyle@users.noreply.github.com>
Mon, 6 Mar 2023 22:02:19 +0000 (22:02 +0000)
committerGitHub <noreply@github.com>
Mon, 6 Mar 2023 22:02:19 +0000 (22:02 +0000)
Lib/unittest/loader.py

index 80d4fbdd8e36062bf0241ba5d7f4bb1d57588622..b989284a640e14123542707e238e920aac09a48b 100644 (file)
@@ -6,7 +6,6 @@ import sys
 import traceback
 import types
 import functools
-import warnings
 
 from fnmatch import fnmatch, fnmatchcase