Parcourir la source

Remove unused import in adapter.py

lord63 il y a 10 ans
Parent
commit
1542a60d7b
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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):