Add type error suppressions for upcoming upgrade

Reviewed By: MaggieMoss

Differential Revision: D64502797

fbshipit-source-id: cee9a54dfa8a005d5912b895d0bd094f352c5c6f
This commit is contained in:
generatedunixname89002005307016 2024-10-16 19:22:01 -07:00 committed by Facebook GitHub Bot
parent e17ed5cd50
commit 58566963d6

View File

@ -59,6 +59,8 @@ def texturesuv_image_matplotlib(
for i in indices:
# setting clip_on=False makes it obvious when
# we have UV coordinates outside the correct range
# pyre-fixme[6]: For 1st argument expected `Tuple[float, float]` but got
# `ndarray[Any, Any]`.
ax.add_patch(Circle(centers[i], radius, color=color, clip_on=False))