Skip to content

Commit

Permalink
missed one PR suggestion - using other docstring annotation format
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat committed Nov 23, 2023
1 parent 96f20f7 commit 0dbe049
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dandi/support/digests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 0dbe049

Please sign in to comment.