mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Drop unused import in unittest package.
This commit is contained in:
parent
ab1078b987
commit
c53ae58954
4 changed files with 1 additions and 5 deletions
|
@ -10,7 +10,6 @@ combinations of warnings args and -W flags and check that the output is correct.
|
|||
See #10535.
|
||||
"""
|
||||
|
||||
import io
|
||||
import sys
|
||||
import unittest
|
||||
import warnings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue