We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f7adbb commit ca1ceffCopy full SHA for ca1ceff
batch_mailchimp/collections.py
@@ -3,7 +3,7 @@
3
4
class MyCollection(UserDict):
5
def __str__(self):
6
- return str(list(self.data.values())),
+ return str(list(self.data.values()))
7
8
def __repr__(self):
9
return "<{module}.{name}: {str_rep}>".format(
0 commit comments