mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 20:24:30 +08:00
Allow None for click.core.Context.default_map (#3416)
This commit is contained in:
committed by
Sebastian Rittau
parent
9c724e9e60
commit
beaf306d12
2
third_party/2and3/click/core.pyi
vendored
2
third_party/2and3/click/core.pyi
vendored
@@ -51,7 +51,7 @@ class Context:
|
||||
args: List[str]
|
||||
protected_args: List[str]
|
||||
obj: Any
|
||||
default_map: Mapping[str, Any]
|
||||
default_map: Optional[Mapping[str, Any]]
|
||||
invoked_subcommand: Optional[str]
|
||||
terminal_width: Optional[int]
|
||||
max_content_width: Optional[int]
|
||||
|
||||
Reference in New Issue
Block a user