Skip to content

Commit

Permalink
Remove unused arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Fantomas42 committed Mar 3, 2017
1 parent 81ebf0b commit 10324f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zinnia/spam_checker/backends/all_is_spam.py
@@ -1,7 +1,7 @@
"""All is spam, spam checker backend for Zinnia"""


def backend(comment, content_object, request):
def backend(*ka):
"""
Backend for setting all comments to spam.
"""
Expand Down

0 comments on commit 10324f8

Please sign in to comment.