We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0114003 commit 7a256a7Copy full SHA for 7a256a7
1 file changed
tests/waterdata_test.py
@@ -6,8 +6,8 @@
6
if sys.version_info < (3, 10):
7
pytest.skip("Skip entire module on Python < 3.10", allow_module_level=True)
8
9
+from dataretrieval.waterdata.utils import _check_profiles
10
from dataretrieval.waterdata import (
- _check_profiles,
11
get_samples,
12
get_daily,
13
get_continuous,
0 commit comments