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 Jul 12, 2024
1 parent e9ae02d commit b19e7a3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions feedstock/eNATL60.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import apache_beam as beam
from leap_data_management_utils.data_management_transforms import (
Copy,
InjectAttrs,
get_catalog_store_urls,
)

Expand Down Expand Up @@ -75,7 +74,5 @@ def expand(self, pcoll: beam.PCollection) -> beam.PCollection:
)
| ConsolidateDimensionCoordinates()
| ConsolidateMetadata()
| Copy(
target=catalog_store_urls["enatl60-blbt02"]
)
| Copy(target=catalog_store_urls["enatl60-blbt02"])
)

0 comments on commit b19e7a3

Please sign in to comment.