We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5b580e commit 29e0a26Copy full SHA for 29e0a26
client.py
@@ -1,6 +1,6 @@
1
import requests
2
3
-class DiffbotClient:
+class DiffbotClient(object):
4
def __init__(self):
5
pass
6
0 commit comments