Skip to content

Commit

Permalink
double removal
Browse files Browse the repository at this point in the history
  • Loading branch information
ranchodeluxe committed Feb 15, 2024
2 parents c7f1ed6 + b90a641 commit 2dbc366
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pangeo_forge_runner/commands/bake.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,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 2dbc366

Please sign in to comment.