Skip to content

Commit 29e0a26

Browse files
committed
Make DiffbotClient new style class
1 parent c5b580e commit 29e0a26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import requests
22

3-
class DiffbotClient:
3+
class DiffbotClient(object):
44
def __init__(self):
55
pass
66

0 commit comments

Comments
 (0)