From 37885ee6e78f55f15f8a33de5138ee27a1b251ad Mon Sep 17 00:00:00 2001 From: Joona Hoikkala Date: Fri, 30 Aug 2019 23:18:26 +0300 Subject: [PATCH] Update certbot-apache/certbot_apache/interfaces.py Co-Authored-By: Brad Warren --- certbot-apache/certbot_apache/interfaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot-apache/certbot_apache/interfaces.py b/certbot-apache/certbot_apache/interfaces.py index 97c2e8133..af39f5936 100644 --- a/certbot-apache/certbot_apache/interfaces.py +++ b/certbot-apache/certbot_apache/interfaces.py @@ -233,7 +233,7 @@ class DirectiveNode(ParserNode): # Name, or key of the configuration directive. If BlockNode subclass of # DirectiveNode is the root configuration node, the name should be None. - name: str + name: Optional[str] # Tuple of parameters of this ParserNode object, excluding whitespaces. parameters: Tuple[str, ...]