No need for the closing import

This commit is contained in:
Armin Ronacher 2010-04-11 18:47:32 +02:00
parent f2dc38cda6
commit ef524f2cfd

View file

@ -11,7 +11,6 @@
import minitwit
import unittest
import tempfile
from contextlib import closing
class MiniTwitTestCase(unittest.TestCase):