Skip to content

Commit 58d4361

Browse files
committed
Fix mypy stub check
1 parent ec232b5 commit 58d4361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/offsetbox.pyi

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ class AnnotationBbox(martist.Artist, mtext._AnnotationBase):
230230
xy: tuple[float, float],
231231
xybox: tuple[float, float] | None = ...,
232232
xycoords: coords_type = ...,
233-
boxcoords: coords_type = ...,
233+
boxcoords: coords_type | None = ...,
234234
*,
235235
frameon: bool = ...,
236236
pad: float = ...,

0 commit comments

Comments
 (0)