mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-24 19:01:07 +00:00
Suppress type error in Node.GENERATED_FILES, apparently unused.
This commit is contained in:
parent
25cce8b77e
commit
df31d7db5b
@ -713,7 +713,7 @@ class Node(service.MultiService):
|
|||||||
"""
|
"""
|
||||||
NODETYPE = "unknown NODETYPE"
|
NODETYPE = "unknown NODETYPE"
|
||||||
CERTFILE = "node.pem"
|
CERTFILE = "node.pem"
|
||||||
GENERATED_FILES = []
|
GENERATED_FILES = [] # type: ignore
|
||||||
|
|
||||||
def __init__(self, config, main_tub, control_tub, i2p_provider, tor_provider):
|
def __init__(self, config, main_tub, control_tub, i2p_provider, tor_provider):
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user