Explorar el Código

Remove unused import in adapter.py

lord63 hace 10 años
padre
commit
1542a60d7b
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      adapter.py

+ 0 - 1
adapter.py

@@ -3,7 +3,6 @@
 
 """http://ginstrom.com/scribbles/2008/11/06/generic-adapter-class-in-python/"""
 
-import os
 
 class Dog(object):
     def __init__(self):