From ed01e98664874588ae9415167231560d83bea7e9 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 17:10:15 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- feedstock/recipe.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/feedstock/recipe.py b/feedstock/recipe.py index 8ee3952..994a4ce 100644 --- a/feedstock/recipe.py +++ b/feedstock/recipe.py @@ -160,11 +160,11 @@ async def get_recipe_inputs(): pattern = pattern_from_file_sequence(urls, concat_dim="time") # to accomodate single file we cannot parse target chunks (https://github.com/pangeo-forge/pangeo-forge-recipes/issues/275) - if len(urls)>1: + if len(urls) > 1: chunk_fn = dynamic_chunking_func else: chunk_fn = None - + recipes[iid] = ( f"Creating {iid}" >> beam.Create(pattern.items()) # | CheckpointFileTransfer(