Skip to content

Commit

Permalink
Fix exception description docstring in derive_c4gh_key.
Browse files Browse the repository at this point in the history
  • Loading branch information
dzoep committed Aug 21, 2024
1 parent 8a12cf1 commit 8527936
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oarepo_c4gh/key/c4gh.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ def derive_c4gh_key(
The derived symmetric key.
Raises:
ValueError if given KDF algorithm is not supported (should not happen
as this is expected to be called after parse_c4gh_kdf_options).
ValueError: if given KDF algorithm is not supported (should not happen
as this is expected to be called after parse_c4gh_kdf_options).
"""
if algo == b"scrypt":
from hashlib import scrypt
Expand Down

0 comments on commit 8527936

Please sign in to comment.