Skip to content

Commit

Permalink
fixes #24
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer committed Mar 1, 2024
1 parent 50581b2 commit b468253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddlpy/ddlpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def _measurements_slice(location, start_date, end_date):
df = _combine_waarnemingenlijst(result, location)
return df


def measurements(location, start_date, end_date, clean_df=True):
"""return measurements for the given location and time window (start_date, end_date)"""
measurements = []
Expand Down

0 comments on commit b468253

Please sign in to comment.