Sfoglia il codice sorgente

Remove unused import

Mike Naberezny 11 anni fa
parent
commit
806f44d7c5
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      supervisor/tests/trackrefs.py

+ 0 - 1
supervisor/tests/trackrefs.py

@@ -41,7 +41,6 @@ def doit():
 
 import sys
 import gc
-import types
 
 class TrackRefs(object):
     """Object to track reference counts across test runs."""