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 Aug 22, 2024
1 parent d047147 commit 01c0960
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions feedstock/poochtransfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,13 @@ def process(self, gcs_path):
gcs = GcsIO()
with gcs.open(gcs_path) as f:
file_contents = f.read()

bytes_io = io.BytesIO(file_contents)
ds = xr.open_dataset(bytes_io)



with beam.Pipeline() as p:
(p
(p
| beam.Create([gcs files])
| beam.ParDo(OpenXarrayBytes()) )
| beam.ParDo(OpenXarrayBytes()) )

0 comments on commit 01c0960

Please sign in to comment.