Explorar el Código

Remove unused import

Mike Naberezny hace 11 años
padre
commit
806f44d7c5
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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."""