Skip to content

Commit d65a5c9

Browse files
committed
fix indentation error
1 parent 6e42e5a commit d65a5c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crunchbase.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,6 @@ def listServiceProviders(self):
9494
result = self.__getJsonData("service-providers")
9595
return result
9696

97-
class CrunchBaseResponse(object):
98-
def __init__(self, **entries):
99-
self.__dict__.update(entries)
97+
class CrunchBaseResponse(object):
98+
def __init__(self, **entries):
99+
self.__dict__.update(entries)

0 commit comments

Comments
 (0)