Suppress type error in Node.GENERATED_FILES, apparently unused.

This commit is contained in:
Jason R. Coombs 2020-11-23 14:05:33 -05:00
parent 25cce8b77e
commit df31d7db5b

View File

@ -713,7 +713,7 @@ class Node(service.MultiService):
"""
NODETYPE = "unknown NODETYPE"
CERTFILE = "node.pem"
GENERATED_FILES = []
GENERATED_FILES = [] # type: ignore
def __init__(self, config, main_tub, control_tub, i2p_provider, tor_provider):
"""