Skip to content

Commit

Permalink
Put the comma back where you found it
Browse files Browse the repository at this point in the history
  • Loading branch information
moradology committed May 22, 2024
1 parent 6248dad commit b8a03c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pangeo_forge_recipes/transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,9 @@ def expand(self, pcoll):
open_kwargs=self.open_kwargs,
)
return pcoll | MapWithConcurrencyLimit(
open_url, kwargs=kws, max_concurrency=self.max_concurrency
open_url,
kwargs=kws,
max_concurrency=self.max_concurrency,
)


Expand Down

0 comments on commit b8a03c0

Please sign in to comment.