Skip to content

Commit 8fa08b3

Browse files
committed
fix imports
1 parent fe6c345 commit 8fa08b3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

hat/compute_hydrostats/stat_calc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import earthkit.data as ekd
2-
from earthkit.hydro.readers import find_main_var
2+
from earthkit.hydro._readers import find_main_var
33
import numpy as np
44
import xarray as xr
55
from hat.compute_hydrostats import stats

hat/extract_timeseries/extractor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import xarray as xr
33
import numpy as np
44
import earthkit.data as ekd
5-
from earthkit.hydro.readers import find_main_var
5+
from earthkit.hydro._readers import find_main_var
66

77

88
def process_grid_inputs(grid_config):

hat/station_mapping/mapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import numpy as np
55
import plotly.express as px
66
from plotly.colors import get_colorscale
7-
from earthkit.hydro.readers import find_main_var
7+
from earthkit.hydro._readers import find_main_var
88
from .station_mapping import StationMapping
99

1010

0 commit comments

Comments
 (0)