Skip to content

Commit

Permalink
Remove unused import of warnings from unittest.loader (#102479)
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephSBoyle authored Mar 6, 2023
1 parent d959bcd commit c84e6f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Lib/unittest/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import traceback
import types
import functools
import warnings

from fnmatch import fnmatch, fnmatchcase

Expand Down

0 comments on commit c84e6f3

Please sign in to comment.