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: ...
2828
2929class Artist :
3030 zorder : float
31- def __init_subclass__ (cls ): ...
3231 stale_callback : Callable [[Artist , bool ], None ] | None
3332 figure : Figure | SubFigure | None
3433 clipbox : BboxBase | None
Original file line number Diff line number Diff line change @@ -319,7 +319,6 @@ def draw_bbox(
319319) -> None : ...
320320
321321class _Style :
322- def __init_subclass__ (cls ) -> None : ...
323322 def __new__ (cls , stylename , ** kwargs ): ...
324323 @classmethod
325324 def get_styles (cls ) -> dict [str , type ]: ...
Original file line number Diff line number Diff line change @@ -181,7 +181,6 @@ class Transform(TransformNode):
181181 # Implemented as a standard attr in base class, but functionally readonly and some subclasses implement as such
182182 @property
183183 def has_inverse (self ) -> bool : ...
184- def __init_subclass__ (cls ) -> None : ...
185184 def __add__ (self , other : Transform ) -> Transform : ...
186185 @property
187186 def depth (self ) -> int : ...
You can’t perform that action at this time.
0 commit comments