[read] fix type spec

This commit is contained in:
Jan Petykiewicz 2025-09-22 19:28:40 -07:00
parent 16a76e0122
commit a745372bdc

View File

@ -149,7 +149,7 @@ class GridReadMixin(GridPosMixin):
which_shifts: int = 0,
finalize: bool = True,
contour_args: dict[str, Any] | None = None,
ax: 'matplotlib.axes.Axes' | None = None,
ax: 'matplotlib.axes.Axes | None' = None,
level_fraction: float = 0.7,
) -> tuple['matplotlib.figure.Figure', 'matplotlib.axes.Axes']:
"""