File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ class _Unset: ...
28
28
29
29
class Artist :
30
30
zorder : float
31
- def __init_subclass__ (cls ): ...
32
31
stale_callback : Callable [[Artist , bool ], None ] | None
33
32
figure : Figure | SubFigure | None
34
33
clipbox : BboxBase | None
Original file line number Diff line number Diff line change @@ -319,7 +319,6 @@ def draw_bbox(
319
319
) -> None : ...
320
320
321
321
class _Style :
322
- def __init_subclass__ (cls ) -> None : ...
323
322
def __new__ (cls , stylename , ** kwargs ): ...
324
323
@classmethod
325
324
def get_styles (cls ) -> dict [str , type ]: ...
Original file line number Diff line number Diff line change @@ -181,7 +181,6 @@ class Transform(TransformNode):
181
181
# Implemented as a standard attr in base class, but functionally readonly and some subclasses implement as such
182
182
@property
183
183
def has_inverse (self ) -> bool : ...
184
- def __init_subclass__ (cls ) -> None : ...
185
184
def __add__ (self , other : Transform ) -> Transform : ...
186
185
@property
187
186
def depth (self ) -> int : ...
You can’t perform that action at this time.
0 commit comments