Satisfy linter

This commit is contained in:
Chad Whitacre
2017-02-13 09:04:15 -05:00
parent 90bbd93b05
commit b0ee98a5c3
3 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ class Account(object): # pylint: disable=too-few-public-methods
self.meta == other.meta)
def report_new_account(acc, config):
def report_new_account(config):
"""Informs the user about their new ACME account."""
reporter = zope.component.queryUtility(interfaces.IReporter)
if reporter is None: