summaryrefslogtreecommitdiff
path: root/src/mailman/model/message.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/model/message.py')
-rw-r--r--src/mailman/model/message.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/model/message.py b/src/mailman/model/message.py
index 477d957c4..c0fb1cd37 100644
--- a/src/mailman/model/message.py
+++ b/src/mailman/model/message.py
@@ -44,7 +44,7 @@ class Message(Model):
@dbconnection
def __init__(self, store, message_id, message_id_hash, path):
- super(Message, self).__init__()
+ super().__init__()
self.message_id = message_id
self.message_id_hash = message_id_hash
self.path = path