Remove unused import

This commit is contained in:
Raymond Hettinger 2009-06-18 22:21:03 +00:00
parent c7d6aa43b7
commit 722d8c30a5
1 changed files with 1 additions and 1 deletions

View File

@ -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