Skip to content

Commit 5b878b6

Browse files
committed
Merge pull request salesforce-marketingcloud#2 from salesforce-marketingcloud/master
bringing fork to latest
2 parents c018431 + b0b9216 commit 5b878b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FuelSDK/objects.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def __init__(self):
114114

115115
class ET_SubscriberList(ET_GetSupport):
116116
def __init__(self):
117-
super(ET_Subscriber_List, self).__init__()
117+
super(ET_SubscriberList, self).__init__()
118118
self.obj_type = 'SubscriberList'
119119

120120
class ET_SentEvent(ET_GetSupport):

0 commit comments

Comments
 (0)