Skip to content

Commit b56c6c1

Browse files
style: pre-commit fixes
1 parent b977cff commit b56c6c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zarr/storage/remote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def from_url(
164164

165165
opts = storage_options or {}
166166
opts = {"asynchronous": True, **opts}
167-
167+
168168
fs, path = url_to_fs(url, **opts)
169169

170170
# fsspec is not consistent about removing the scheme from the path, so check and strip it here

0 commit comments

Comments
 (0)