Skip to content

Commit d1f6e7b

Browse files
committed
fix function call
1 parent 46cb9e8 commit d1f6e7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dataretrieval/samples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def get_usgs_samples(
218218
" deprecated and will eventually be removed. Switch to the" \
219219
" waterdata module as soon as possible, thank you.")
220220

221-
result = waterdata.get_samples(
221+
result = get_samples(
222222
ssl_check=ssl_check,
223223
service=service,
224224
profile=profile,

0 commit comments

Comments
 (0)