Skip to content

Commit 7a256a7

Browse files
committed
edit imports to testing to get ci to pass
1 parent 0114003 commit 7a256a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/waterdata_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
if sys.version_info < (3, 10):
77
pytest.skip("Skip entire module on Python < 3.10", allow_module_level=True)
88

9+
from dataretrieval.waterdata.utils import _check_profiles
910
from dataretrieval.waterdata import (
10-
_check_profiles,
1111
get_samples,
1212
get_daily,
1313
get_continuous,

0 commit comments

Comments
 (0)