mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Remove unused import
This commit is contained in:
parent
c7d6aa43b7
commit
722d8c30a5
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
import unittest
|
import unittest
|
||||||
from test import support
|
from test import support
|
||||||
from contextlib import closing, nested
|
from contextlib import closing
|
||||||
import gc
|
import gc
|
||||||
import pickle
|
import pickle
|
||||||
import select
|
import select
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue