Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jhamman committed Oct 13, 2024
1 parent e06e7f1 commit fddba26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/zarr/storage/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ def from_url(
) -> RemoteStore:
opts = storage_options or {}
opts = {"asynchronous": True, **opts}
print("opts")

fs, path = fsspec.url_to_fs(url, **opts)
return cls(fs=fs, path=path, mode=mode, allowed_exceptions=allowed_exceptions)
Expand Down

0 comments on commit fddba26

Please sign in to comment.