Skip to content

Commit

Permalink
Update fetchers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaze committed Sep 20, 2024
1 parent 88ff363 commit eb7e689
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions argopy/fetchers.py
Original file line number Diff line number Diff line change
Expand Up @@ -752,11 +752,6 @@ def __init__(
_VALIDATORS["src"](self._src)

# Load data source access points:
if self._src == "localftp":
raise ValueError(
"The 'localftp' data source is deprecated. It's been replaced by 'gdac'."
)

if self._src not in AVAILABLE_INDEX_SOURCES:
raise InvalidFetcher(
"Requested index fetcher '%s' not available ! "
Expand Down

0 comments on commit eb7e689

Please sign in to comment.