Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 16, 2024
1 parent 6844d13 commit a901846
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pangeo_forge_runner/commands/bake.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,9 @@ def start(self):
# This means we are in pangeo-forge-recipes >=0.9
pipeline | recipe
else:
raise TypeError("Recipes must either be PTransforms or else python `callable`s")
raise TypeError(
"Recipes must either be PTransforms or else python `callable`s"
)
# Some bakeries are blocking - if Beam is configured to use them, calling
# pipeline.run() blocks. Some are not. We handle that here, and provide
# appropriate feedback to the user too.
Expand Down

0 comments on commit a901846

Please sign in to comment.