diff --git a/earthaccess/store.py b/earthaccess/store.py index 7a9dd0c0..f237647c 100644 --- a/earthaccess/store.py +++ b/earthaccess/store.py @@ -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.