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 Jan 22, 2024
1 parent c2a83ae commit a94d527
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pangeo_forge_recipes/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,9 @@ def get_fsspec_remote_protocol(self):
elif isinstance(fsspec_protocol, list):
return fsspec_protocol[0]
else:
raise ValueError(f"could not resolve fsspec protocol '{fsspec_protocol}' from underlying filesystem")
raise ValueError(
f"could not resolve fsspec protocol '{fsspec_protocol}' from underlying filesystem"
)

def get_mapper(self) -> fsspec.mapping.FSMap:
"""Get a mutable mapping object suitable for storing Zarr data."""
Expand Down

0 comments on commit a94d527

Please sign in to comment.