Commit 0b9441d
Backport PR matplotlib#25268 on branch v3.7.x (Fix import of styles with relative path)
Fix import of styles with relative path
(cherry picked from commit ee7d75e)
Conflict was caused by pyupgrade changing IOError to OSError (which are
aliases of each other since py3.3)1 parent 8099c7d commit 0b9441d
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| 208 | + | |
| 209 | + | |
0 commit comments