mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 03:11:55 +02:00
Satisfy linter
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user