Skip to content

Commit

Permalink
TYP: Remove unnecessary # type: ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
has2k1 committed Dec 16, 2024
1 parent 7b9c78c commit 0ba0109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plotnine/geoms/geom_dotplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0ba0109

Please sign in to comment.