Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1a6db57

Browse files
committed
mypy
1 parent 70e0811 commit 1a6db57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/rcsetup.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class ValidateInStrings:
2828

2929
def validate_any(s: Any) -> Any: ...
3030
def validate_anylist(s: Any) -> list[Any]: ...
31-
def validate_anydict(allow_none: bool) -> Callable[[dict[str, Any]|None], dict[str, Any]]: ...
31+
def validate_anydict(allow_none: bool=True) -> Callable[[dict[str, Any]|None], dict[str, Any]]: ...
3232
def validate_bool(b: Any) -> bool: ...
3333
def validate_axisbelow(s: Any) -> bool | Literal["line"]: ...
3434
def validate_dpi(s: Any) -> Literal["figure"] | float: ...

0 commit comments

Comments
 (0)