From 0ba010964a4ba9a9a746be54199fe5c8e92c1a9b Mon Sep 17 00:00:00 2001 From: Hassan Kibirige Date: Mon, 16 Dec 2024 14:35:06 +0300 Subject: [PATCH] TYP: Remove unnecessary # type: ignore --- plotnine/geoms/geom_dotplot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plotnine/geoms/geom_dotplot.py b/plotnine/geoms/geom_dotplot.py index 70fb1f172..8afd836fa 100644 --- a/plotnine/geoms/geom_dotplot.py +++ b/plotnine/geoms/geom_dotplot.py @@ -199,7 +199,7 @@ def draw_group( # For perfect circles the width/height of the circle(ellipse) # should factor in the dimensions of axes bbox = ax.get_window_extent().transformed( - ax.figure.dpi_scale_trans.inverted() # pyright: ignore + ax.figure.dpi_scale_trans.inverted() ) ax_width, ax_height = bbox.width, bbox.height