Remove unused import of warnings from unittest.loader (#102479)

This commit is contained in:
JosephSBoyle 2023-03-06 22:02:19 +00:00 committed by GitHub
parent d959bcd4a0
commit c84e6f32df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,6 @@ import sys
import traceback
import types
import functools
import warnings
from fnmatch import fnmatch, fnmatchcase