From: JosephSBoyle <48555120+JosephSBoyle@users.noreply.github.com> Date: Mon, 6 Mar 2023 22:02:19 +0000 (+0000) Subject: Remove unused import of `warnings` from `unittest.loader` (#102479) X-Git-Tag: v3.12.0a6~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c84e6f32df989908685ea8b6cd49ddde9f428524;p=thirdparty%2FPython%2Fcpython.git Remove unused import of `warnings` from `unittest.loader` (#102479) --- diff --git a/Lib/unittest/loader.py b/Lib/unittest/loader.py index 80d4fbdd8e36..b989284a640e 100644 --- a/Lib/unittest/loader.py +++ b/Lib/unittest/loader.py @@ -6,7 +6,6 @@ import sys import traceback import types import functools -import warnings from fnmatch import fnmatch, fnmatchcase