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 Jun 12, 2024
1 parent c306c95 commit 59c4579
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pangeo_forge_recipes/openers.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

logger = logging.getLogger(__name__)


def open_url(
url: str,
cache: Optional[CacheFSSpecTarget] = None,
Expand Down
2 changes: 1 addition & 1 deletion pangeo_forge_recipes/transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def transfer_file(self, index: Index, url: str) -> Tuple[Index, str]:
raise RuntimeError(f"Failed to transfer file {url} after {self.max_retries} attempts.")


#TODO: MAKE SURE ALL URLS PUT IN COME OUT
# TODO: MAKE SURE ALL URLS PUT IN COME OUT
@dataclass
class CheckpointFileTransfer(beam.PTransform):
"""
Expand Down

0 comments on commit 59c4579

Please sign in to comment.