10000 minor change in pyi · matplotlib/matplotlib@1a516b1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1a516b1

Browse files
committed
minor change in pyi
1 parent 851b25c commit 1a516b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/scale.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ class AsinhScale(ScaleBase):
139139
auto_tick_multipliers: dict[int, tuple[int, ...]]
140140
def __init__(
141141
self,
142-
axis: Axis | None,
142+
axis: Union[Axis, None] = None,
143143
*,
144144
linear_width: float = ...,
145145
base: float = ...,

0 commit comments

Comments
 (0)
0