Skip to content

Commit a4f83fe

Browse files
committed
pre-commit
1 parent 3a02ee6 commit a4f83fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/v3/test_store/test_stateful_store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ def check_zarr_keys(self) -> None:
239239

240240

241241
def test_zarr_hierarchy(sync_store: Store) -> None:
242-
def mk_test_instance_sync():
242+
def mk_test_instance_sync() -> None:
243243
return ZarrStoreStateMachine(sync_store)
244244

245245
if isinstance(sync_store, ZipStore):

0 commit comments

Comments
 (0)