mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +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
|
||||
from test import support
|
||||
from contextlib import closing, nested
|
||||
from contextlib import closing
|
||||
import gc
|
||||
import pickle
|
||||
import select
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue