Skip to content

Commit 1542a60

Browse files
committed
Remove unused import in adapter.py
1 parent d16b959 commit 1542a60

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adapter.py

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
"""http://ginstrom.com/scribbles/2008/11/06/generic-adapter-class-in-python/"""
55

6-
import os
76

87
class Dog(object):
98
def __init__(self):

0 commit comments

Comments
 (0)