Skip to content

Commit d776ead

Browse files
committed
remove mode arg for remotestore
1 parent 7bc982e commit d776ead

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_store/test_remote.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
async def test_basic(s3_base) -> None:
1919
store = RemoteStore.from_url(
2020
f"s3://{test_bucket_name}/foo/spam/",
21-
mode="w",
2221
storage_options={"endpoint_url": s3_base, "anon": False},
2322
)
2423
assert store.fs.asynchronous

0 commit comments

Comments
 (0)