Skip to content

Commit

Permalink
fix 'W505 doc line too long' error
Browse files Browse the repository at this point in the history
  • Loading branch information
cforeman-cqc committed Oct 24, 2024
1 parent 8ff9a4b commit 92b5753
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cryptomite/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,8 @@ def suggest_extractor(input_length1: int, exchangeable_sequence: bool,
input_length1 : int
The initial length of input source.
exchangeable_sequence : bool
Boolean input indicating whether the source forms an exchangeable
sequence.
Boolean input indicating whether the source forms an
exchangeable sequence.
efficiency_required : bool
Boolean input indicating whether the user requires efficient
extraction.
Expand Down

0 comments on commit 92b5753

Please sign in to comment.