Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
norlandrhagen committed Sep 24, 2024
1 parent c6bab6a commit 5019628
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion feedstock/recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,6 @@ def expand(self, pcoll: beam.PCollection) -> beam.PCollection:
# recipe = (
# beam.Create(pattern.items())

transfer = beam.Create(src_pattern.items()) | Transfer(target_store=dst_path)
transfer = beam.Create(src_pattern.items()) | beam.Map(
print
) # | Transfer(target_store=dst_path)

0 comments on commit 5019628

Please sign in to comment.