mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 16:54:59 +02:00
Add missing docstring
This commit is contained in:
@@ -176,6 +176,7 @@ class Authenticator(common.Plugin):
|
||||
|
||||
@property
|
||||
def supported_challenges(self):
|
||||
"""Challenges supported by this plugin."""
|
||||
return set(challenges.Challenge.TYPES[name] for name in
|
||||
self.conf("supported-challenges").split(","))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user