mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-23 14:52:26 +00:00
Declare type for BaseOptions.description_unwrapped.
This commit is contained in:
parent
cb351607d8
commit
6b772e7fdc
@ -46,7 +46,7 @@ class BaseOptions(usage.Options):
|
||||
raise usage.UsageError("--version not allowed on subcommands")
|
||||
|
||||
description = None # type: Optional[str]
|
||||
description_unwrapped = None
|
||||
description_unwrapped = None # type: Optional[str]
|
||||
|
||||
def __str__(self):
|
||||
width = int(os.environ.get('COLUMNS', '80'))
|
||||
|
Loading…
Reference in New Issue
Block a user