Remove unused import
This commit is contained in:
parent
c7d6aa43b7
commit
722d8c30a5
|
@ -1,6 +1,6 @@
|
|||
import unittest
|
||||
from test import support
|
||||
from contextlib import closing, nested
|
||||
from contextlib import closing
|
||||
import gc
|
||||
import pickle
|
||||
import select
|
||||
|
|
Loading…
Reference in New Issue