Commit c201c8b
committed
Fix return type of get_plot_commands
The typing PR found that this was returning a generator [1], but this
was an error from matplotlib#24000, as 3.6 and earlier returned a list.
[1] matplotlib#24976 (comment)1 parent e240080 commit c201c8b
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2066 | 2066 | | |
2067 | 2067 | | |
2068 | 2068 | | |
2069 | | - | |
2070 | | - | |
| 2069 | + | |
| 2070 | + | |
2071 | 2071 | | |
2072 | 2072 | | |
2073 | 2073 | | |
| |||
0 commit comments