Skip to content

Commit 51ff387

Browse files
committed
Lint
1 parent d29794f commit 51ff387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_store/test_fsspec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ async def test_basic() -> None:
134134

135135

136136
@pytest.mark.xdist_group(name="s3")
137-
class TestFsspecStoreS3(StoreTests[FsspecStore, cpu.Buffer]): # type: ignore[misc]
137+
class TestFsspecStoreS3(StoreTests[FsspecStore, cpu.Buffer]):
138138
store_cls = FsspecStore
139139
buffer_cls = cpu.Buffer
140140

0 commit comments

Comments
 (0)