summaryrefslogtreecommitdiff
path: root/src/mailman/mta/bulk.py
diff options
context:
space:
mode:
authorBarry Warsaw2016-01-26 15:32:19 -0500
committerBarry Warsaw2016-01-26 15:32:19 -0500
commit802ce668e67f51f904c69fdab2f5565a73c15e8a (patch)
tree8ec85559627422b0b13b520cacdc8a776aeee640 /src/mailman/mta/bulk.py
parent57a07393e984dbbc356bc05f0c6801ffe1536b47 (diff)
downloadmailman-802ce668e67f51f904c69fdab2f5565a73c15e8a.tar.gz
mailman-802ce668e67f51f904c69fdab2f5565a73c15e8a.tar.zst
mailman-802ce668e67f51f904c69fdab2f5565a73c15e8a.zip
Diffstat (limited to 'src/mailman/mta/bulk.py')
-rw-r--r--src/mailman/mta/bulk.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/mta/bulk.py b/src/mailman/mta/bulk.py
index 2e531e361..65dfea0bb 100644
--- a/src/mailman/mta/bulk.py
+++ b/src/mailman/mta/bulk.py
@@ -50,7 +50,7 @@ class BulkDelivery(BaseDelivery):
big chunk.
:type max_recipients: integer
"""
- super(BulkDelivery, self).__init__()
+ super().__init__()
self._max_recipients = (max_recipients
if max_recipients is not None
else 0)