Skip to content

Commit

Permalink
Lint error fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
dabhicusp committed Mar 12, 2024
1 parent 26adfbd commit 2853dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xee/ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,7 @@ def open_dataset(
executor_kwargs (optional): A dictionary of keyword arguments to pass to
the ThreadPoolExecutor that handles the parallel computation of pixels
i.e. {'max_workers': 2}.
compute_pixels_max_retries (optional): The maximum number of retry
compute_pixels_max_retries (optional): The maximum number of retry
attempts for calling ee.data.computePixels().
compute_pixels_initial_delay (optional): The initial delay in milliseconds
before the first retry of calling ee.data.computePixels().
Expand Down

0 comments on commit 2853dc7

Please sign in to comment.