Skip to content

Commit

Permalink
Black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sergree committed Oct 19, 2022
1 parent 4ebd746 commit 588ebca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion matchering/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,13 @@
__title__ = "matchering"

__author__ = "Sergree"
__credits__ = ["Sergey Grishakov", "Igor Isaev", "Chin Yun Yu", "Elizaveta Grishakova", "Zicklag"]
__credits__ = [
"Sergey Grishakov",
"Igor Isaev",
"Chin Yun Yu",
"Elizaveta Grishakova",
"Zicklag",
]
__maintainer__ = "Sergree"
__email__ = "[email protected]"
__license__ = "GPLv3"
Expand Down
2 changes: 1 addition & 1 deletion matchering/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def __init__(
internal_sample_rate: int = 44100,
max_length: float = 15 * 60,
max_piece_size: float = 15,
threshold: float = (2 ** 15 - 61) / 2 ** 15,
threshold: float = (2**15 - 61) / 2**15,
min_value: float = 1e-6,
fft_size: int = 4096,
lin_log_oversampling: int = 4,
Expand Down

0 comments on commit 588ebca

Please sign in to comment.