mirror of https://github.com/python/cpython.git
Remove an unneeded import of 'warnings'.
This commit is contained in:
parent
da1ad32cec
commit
905820ccba
|
@ -1,5 +1,4 @@
|
||||||
import unittest
|
import unittest
|
||||||
import warnings
|
|
||||||
import sys
|
import sys
|
||||||
from test import test_support
|
from test import test_support
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue