Skip to content

Commit b18f7ac

Browse files
author
Rasmus Lager
committed
api class extends object
1 parent c70d416 commit b18f7ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ganapi/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from requests.exceptions import RequestException
55

66

7-
class Api():
7+
class Api(object):
88
"""
99
Handles connection to the API
1010
"""

0 commit comments

Comments
 (0)