Skip to content

Commit 0386925

Browse files
authored
Update patches.pyi
1 parent 0b492d1 commit 0386925

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/patches.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,8 @@ class Ellipse(Patch):
259259

260260
def get_corners(self) -> np.ndarray: ...
261261

262-
def get_vertices(self) -> list[tuple[float, float], tuple[float, float]]: ...
263-
def get_co_vertices(self) -> list[tuple[float, float], tuple[float, float]]: ...
262+
def get_vertices(self) -> list[tuple[float, float]]: ...
263+
def get_co_vertices(self) -> list[tuple[float, float]]: ...
264264

265265
class Annulus(Patch):
266266
a: float

0 commit comments

Comments
 (0)