Sfoglia il codice sorgente

Removing unused StringIO import

pombredanne 12 anni fa
parent
commit
59cb0b9216
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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):