Skip to content

Commit 39f7649

Browse files
committed
Upgrade
1 parent 9f1724c commit 39f7649

14 files changed

+144
-146
lines changed

mikeio/dataset/_data_plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
class _DataArrayPlotter:
1818
"""Context aware plotter (sensible plotting according to geometry)."""
1919

20-
def __init__(self, da: "DataArray") -> None:
20+
def __init__(self, da: DataArray) -> None:
2121
self.da = da
2222

2323
def __call__(

0 commit comments

Comments
 (0)