Skip to content

Commit

Permalink
Removed threads from open
Browse files Browse the repository at this point in the history
  • Loading branch information
Sherwin-14 committed Sep 29, 2024
1 parent cb770db commit 77efee9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion earthaccess/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ def open(
provider = _normalize_location(provider)
pqdm_kwargs = {
"exception_behavior": "immediate",
"n_jobs": threads,
**(pqdm_kwargs or {}),
}
results = earthaccess.__store__.open(
Expand Down

0 comments on commit 77efee9

Please sign in to comment.