We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97e7403 commit 361ad09Copy full SHA for 361ad09
zarr/tests/test_attrs.py
@@ -22,7 +22,7 @@ def zarr_version(request):
22
23
def _init_store(version):
24
"""Use a plain dict() for v2, but KVStoreV3 otherwise."""
25
- return dict
+ return dict()
26
27
28
class TestAttributes:
0 commit comments