test: make pylint happy
This commit is contained in:
parent
8a0830b35d
commit
4a9e5f4b15
1 changed files with 1 additions and 1 deletions
|
|
@ -455,7 +455,7 @@ class EmailHandler(GenericHandler): # pylint: disable=too-many-public-methods
|
|||
"""
|
||||
return Message(**kwargs)
|
||||
|
||||
def make_auto_message(
|
||||
def make_auto_message( # pylint: disable=too-many-arguments,too-many-positional-arguments
|
||||
self,
|
||||
key,
|
||||
context=None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue