Skip to content

Commit ee1db65

Browse files
style: pre-commit fixes
1 parent 56b28f7 commit ee1db65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/zarr/storage/remote.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def from_url(
157157
Returns
158158
-------
159159
RemoteStore
160-
"""
160+
"""
161161
opts = storage_options or {}
162162
opts = {"asynchronous": True, **opts}
163163

@@ -167,7 +167,7 @@ def from_url(
167167
# https://github.com/fsspec/filesystem_spec/issues/1722
168168
if "://" in path:
169169
_, path = path.split("://", maxsplit=1)
170-
170+
171171
return cls(fs=fs, path=path, mode=mode, allowed_exceptions=allowed_exceptions)
172172

173173
async def clear(self) -> None:

0 commit comments

Comments
 (0)