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

Skip to content

Commit a025315

Browse files
committed
Add type spec for MutableMapping
1 parent 96441b7 commit a025315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def get_cachedir() -> str: ...
7070
def get_data_path() -> str: ...
7171
def matplotlib_fname() -> str: ...
7272

73-
class RcParams(MutableMapping):
73+
class RcParams(MutableMapping[str, Any]):
7474
validate: dict[str, Callable]
7575
namespaces: tuple
7676
single_key_set: set

0 commit comments

Comments
 (0)