Skip to content

Commit 4f9d8b6

Browse files
committed
Add type spec for MutableMapping
1 parent 7a11e81 commit 4f9d8b6

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
@@ -65,7 +65,7 @@ def get_cachedir() -> str: ...
6565
def get_data_path() -> str: ...
6666
def matplotlib_fname() -> str: ...
6767

68-
class RcParams(MutableMapping):
68+
class RcParams(MutableMapping[str, Any]):
6969
validate: dict[str, Callable]
7070
namespaces: tuple
7171
single_key_set: set

0 commit comments

Comments
 (0)