8000 Update lib/matplotlib/scale.pyi · matplotlib/matplotlib@fbb4448 · GitHub
[go: up one dir, main page]

Skip to content

Commit fbb4448

Browse files
vagnermcjtimhoffm
andauthored
Update lib/matplotlib/scale.pyi
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
1 parent b9cd8a0 commit fbb4448

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
@@ -58,7 +58,7 @@ class LogScale(ScaleBase):
5858
subs: Iterable[int] | None
5959
def __init__(
6060
self: LogScale,
61-
axis: Union[Axis, None] = None,
61+
axis: Axis | None = ...,
6262
*,
6363
base: float = 10,
6464
subs: Union[Iterable[int], None] = None,

0 commit comments

Comments
 (0)
0