Skip to content

Commit bfa921d

Browse files
committed
remove old warning text
1 parent d1f6e7b commit bfa921d

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

dataretrieval/samples.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -212,12 +212,7 @@ def get_usgs_samples(
212212
DeprecationWarning,
213213
stacklevel=2,
214214
)
215-
" the samples module to the new waterdata module, where" \
216-
" it will be called simply `get_samples`. All of the same" \
217-
" functionality will be retained. The samples module is" \
218-
" deprecated and will eventually be removed. Switch to the" \
219-
" waterdata module as soon as possible, thank you.")
220-
215+
221216
result = get_samples(
222217
ssl_check=ssl_check,
223218
service=service,

0 commit comments

Comments
 (0)