Skip to content

Commit 8ff1ae5

Browse files
committed
alphabetical order
1 parent 193205e commit 8ff1ae5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

dataretrieval/waterdata/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
get_codes,
1515
get_continuous,
1616
get_daily,
17-
get_stats_date_range,
1817
get_field_measurements,
1918
get_latest_continuous,
2019
get_latest_daily,
2120
get_monitoring_locations,
22-
get_stats_por,
2321
get_reference_table,
2422
get_samples,
23+
get_stats_date_range,
24+
get_stats_por,
2525
get_time_series_metadata,
2626
)
2727
from .types import (
@@ -35,14 +35,14 @@
3535
"get_codes",
3636
"get_continuous",
3737
"get_daily",
38-
"get_stats_date_range",
3938
"get_field_measurements",
4039
"get_latest_continuous",
4140
"get_latest_daily",
4241
"get_monitoring_locations",
43-
"get_stats_por",
4442
"get_reference_table",
4543
"get_samples",
44+
"get_stats_date_range",
45+
"get_stats_por",
4646
"get_time_series_metadata",
4747
"CODE_SERVICES",
4848
"SERVICES",

0 commit comments

Comments
 (0)