Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
OnnoEbbens committed Sep 23, 2024
1 parent 48d0e4a commit f3ad2bc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion hydropandas/io/knmi.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,13 @@ def get_knmi_obs(
f"variable {meteo_var}"
)
stns = get_n_nearest_stations_xy(
xy=xy, meteo_var=meteo_var, start=start, end=end, n=1, stations=None, ignore=None
xy=xy,
meteo_var=meteo_var,
start=start,
end=end,
n=1,
stations=None,
ignore=None,
)
ts, meta = get_knmi_timeseries_stn(
stn=stns[0], meteo_var=meteo_var, settings=settings, start=start, end=end
Expand Down

0 comments on commit f3ad2bc

Please sign in to comment.