Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b743a81

Browse filesBrowse files
committed
fix
1 parent 4b7038d commit b743a81
Copy full SHA for b743a81

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎lib/matplotlib/typing.py

Copy file name to clipboardExpand all lines: lib/matplotlib/typing.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@
7878
)
7979

8080
_HT = TypeVar("_HT", bound=Hashable)
81-
HashableList: TypeAlias = list[_HT | "HashableList[_HT]"]
81+
HashableList: TypeAlias = Sequence[_HT | "HashableList[_HT]"]
8282
"""A nested list of Hashable values."""

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.