Skip to content

Commit 6bde863

Browse files
committed
fix matplotlib==3.7.0 import
1 parent a9c5769 commit 6bde863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tidy3d/components/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
import pydantic
1313
import numpy as np
14-
from matplotlib.axes._subplots import Axes
14+
from matplotlib.axes import Axes
1515
from shapely.geometry.base import BaseGeometry
1616
from ..log import ValidationError
1717

0 commit comments

Comments
 (0)