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 15, 2024
1 parent 8045b6b commit b90a641
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pangeo_forge_runner/commands/bake.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@
from ..bakery.flink import FlinkOperatorBakery
from ..bakery.local import LocalDirectBakery
from ..plugin import get_injections, get_injectionspecs_from_entrypoints

<<<<<<< HEAD
=======
from ..storage import InputCacheStorage, TargetStorage

>>>>>>> main
from ..stream_capture import redirect_stderr, redirect_stdout
from .base import BaseCommand, common_aliases, common_flags
Expand Down Expand Up @@ -195,10 +197,7 @@ def start(self):
# now we can safely do the dynamic recipe imports
from apache_beam import Pipeline, PTransform

from ..storage import (
InputCacheStorage,
TargetStorage,
)
from ..storage import InputCacheStorage, TargetStorage

# Create our storage configurations. Traitlets will do its magic, populate these
# with appropriate config from config file / commandline / defaults.
Expand Down

0 comments on commit b90a641

Please sign in to comment.