We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d16b959 commit 1542a60Copy full SHA for 1542a60
adapter.py
@@ -3,7 +3,6 @@
3
4
"""http://ginstrom.com/scribbles/2008/11/06/generic-adapter-class-in-python/"""
5
6
-import os
7
8
class Dog(object):
9
def __init__(self):
0 commit comments