Skip to content
This repository was archived by the owner on Jan 20, 2024. It is now read-only.

Commit b0d584c

Browse files
committed
Fix super call in ET_SubscriberList
1 parent 1e9875a commit b0d584c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FuelSDK/objects.py

Lines changed: 1 addition & 1 deletion
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)