mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-23 06:42:26 +00:00
Repeat type declaration from parent to avoid over-constraining this type for subclasses.
This commit is contained in:
parent
c3a22966e8
commit
af172f6bff
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user