We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1f6e7b commit bfa921dCopy full SHA for bfa921d
1 file changed
dataretrieval/samples.py
@@ -212,12 +212,7 @@ def get_usgs_samples(
212
DeprecationWarning,
213
stacklevel=2,
214
)
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
-
+
221
result = get_samples(
222
ssl_check=ssl_check,
223
service=service,
0 commit comments