Skip to content

Commit 6a80c70

Browse files
committed
Fix lint error.
1 parent 12b07c9 commit 6a80c70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/nti/mailer/tests/test_queue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
def _makeMailerStub(*args, **kw):
3838
class MailerStub:
39-
def __init__(self, *args, **kw):
39+
def __init__(self, *_args, **_kw):
4040
self.sent_messages = []
4141

4242
def send(self, fromaddr, toaddrs, message):

0 commit comments

Comments
 (0)