Commit f567e3f
authored
Emit deprecation warning for
Based on 16dfeb2,
it seems that `default_dimension` is being kept for backward compatibility.
Emitting a warning when `default_dimension` is used would help encourage users to
switch to the regular `default_dimensions` method, and would be a suitable way to
avoid breaking change.default_dimension method (#990)1 parent a2f0130 commit f567e3f
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
31 | 33 | | |
| 34 | + | |
| 35 | + | |
32 | 36 | | |
33 | 37 | | |
34 | 38 | | |
| |||
0 commit comments