There was an error while loading. Please reload this page.
1 parent 12b07c9 commit 6a80c70Copy full SHA for 6a80c70
1 file changed
src/nti/mailer/tests/test_queue.py
@@ -36,7 +36,7 @@
36
37
def _makeMailerStub(*args, **kw):
38
class MailerStub:
39
- def __init__(self, *args, **kw):
+ def __init__(self, *_args, **_kw):
40
self.sent_messages = []
41
42
def send(self, fromaddr, toaddrs, message):
0 commit comments