Skip to content

Commit

Permalink
Ignore import errors for pyright as well
Browse files Browse the repository at this point in the history
  • Loading branch information
srittau committed Sep 30, 2024
1 parent 65de3bf commit 3a81f7d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions stubs/shapely/shapely/plotting.pyi
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from typing import Any, Literal, overload

from matplotlib.axes import Axes # type: ignore[import-not-found]
from matplotlib.lines import Line2D # type: ignore[import-not-found]
from matplotlib.patches import PathPatch # type: ignore[import-not-found]
from matplotlib.typing import ColorType # type: ignore[import-not-found]
from matplotlib.axes import Axes # type: ignore
from matplotlib.lines import Line2D # type: ignore
from matplotlib.patches import PathPatch # type: ignore
from matplotlib.typing import ColorType # type: ignore

from .geometry import LinearRing, LineString, MultiLineString, MultiPolygon, Polygon
from .lib import Geometry
Expand Down

0 comments on commit 3a81f7d

Please sign in to comment.