Repeat type declaration from parent to avoid over-constraining this type for subclasses.

This commit is contained in:
Jason R. Coombs 2020-11-29 14:55:13 -05:00
parent c3a22966e8
commit af172f6bff

View File

@ -106,7 +106,7 @@ class NoDefaultBasedirOptions(BasedirOptions):
optParameters = [
["basedir", "C", None, "Specify which Tahoe base directory should be used."],
]
] # type: List[Sequence[Any]]
# This is overridden in order to ensure we get a "Wrong number of arguments."
# error when more than one argument is given.