diff --git a/dataretrieval/nwis.py b/dataretrieval/nwis.py index 6a1ed472..4ca95433 100644 --- a/dataretrieval/nwis.py +++ b/dataretrieval/nwis.py @@ -24,14 +24,6 @@ except ImportError: gpd = None -# Issue deprecation warning upon import -warnings.warn( - "The 'nwis' services are deprecated and being decommissioned. " - "Please use the 'waterdata' module to access the new services.", - DeprecationWarning, - stacklevel=2, -) - WATERDATA_BASE_URL = "https://nwis.waterdata.usgs.gov/" WATERDATA_URL = WATERDATA_BASE_URL + "nwis/" WATERSERVICE_URL = "https://waterservices.usgs.gov/nwis/"