Skip to content

Commit

Permalink
Remove documentation for nonextant param
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Feb 7, 2025
1 parent 84813e9 commit 30d468a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions earthaccess/store.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,8 +556,6 @@ def _get(
granules: A list of granules (DataGranule) instances or a list of granule links (HTTP).
local_path: Local directory to store the remote data granules
provider: a valid cloud provider, each DAAC has a provider code for their cloud distributions
threads: Parallel number of threads to use to download the files;
adjust as necessary, default = 8.
pqdm_kwargs: Additional keyword arguments to pass to pqdm, a parallel processing library.
See pqdm documentation for available options. Default is to use immediate exception behavior
and the number of jobs specified by the `threads` parameter.
Expand Down

0 comments on commit 30d468a

Please sign in to comment.