Skip to content

Commit

Permalink
test_zarr.py: Import EMPTY_CHECKSUM from zarr_checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Dec 8, 2023
1 parent a1d22a7 commit 9b46692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dandiapi/zarr/tests/test_zarr.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from dandischema.digests.zarr import EMPTY_CHECKSUM
from django.conf import settings
from guardian.shortcuts import assign_perm
import pytest
from zarr_checksum.checksum import EMPTY_CHECKSUM

from dandiapi.api.models.dandiset import Dandiset
from dandiapi.api.tests.fuzzy import UUID_RE
Expand Down

0 comments on commit 9b46692

Please sign in to comment.