Explorar el Código

Removing unused StringIO import

pombredanne hace 12 años
padre
commit
59cb0b9216
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      supervisor/tests/test_states.py

+ 0 - 1
supervisor/tests/test_states.py

@@ -2,7 +2,6 @@
 
 import sys
 import unittest
-from StringIO import StringIO
 from supervisor import states
 
 class TopLevelProcessStateTests(unittest.TestCase):