diff --git a/dandi/support/digests.py b/dandi/support/digests.py index d4015b7be..aa64e24cb 100644 --- a/dandi/support/digests.py +++ b/dandi/support/digests.py @@ -139,10 +139,8 @@ def md5file_nocache(filepath: str | Path) -> str: return Digester(["md5"])(filepath)["md5"] +#: Default order to prioritize digest types for :func:`.check_digests` DIGEST_PRIORITY = ("dandi-etag", "sha512", "sha256", "sha1", "md5") -""" -Default order to prioritize digest types for :func:`.check_digests` -""" def check_digests(