Skip to content

Commit 223dc30

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

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
@@ -16,7 +16,7 @@ class ScaleBase:
1616
class LinearScale(ScaleBase):
1717
name: str
1818
def __init__(
19-
self: ScaleBase,
19+
self,
2020
axis: Axis | None,
2121
) -> None: ...
2222

0 commit comments

Comments
 (0)