Skip to content

Commit 3d1da68

Browse files
committed
pre-commit fixes
1 parent 7ace74a commit 3d1da68

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_store/test_stateful.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,13 @@
88
from zarr.storage import LocalStore, ZipStore
99
from zarr.testing.stateful import ZarrHierarchyStateMachine, ZarrStoreStateMachine
1010

11-
1211
pytestmark = [
1312
pytest.mark.slow_hypothesis,
1413
# TODO: work out where this warning is coming from and fix
1514
pytest.mark.filterwarnings("ignore:Unclosed client session:ResourceWarning"),
1615
]
1716

1817

19-
2018
def test_zarr_hierarchy(sync_store: Store):
2119
def mk_test_instance_sync() -> ZarrHierarchyStateMachine:
2220
return ZarrHierarchyStateMachine(sync_store)

0 commit comments

Comments
 (0)