Incorrect import in nwm client example
aaraney opened this issue · 1 comments
aaraney commented
"""
Examples
--------
>>> from hydrotools.gcp_client import gcp
>>> model_data_service = gcp.NWMDataService()
>>> forecast_data = model_data_service.get(
...
"""
from hydrotools.gcp_client import gcp
should be from hydrotools.nwm_client import gcp