Skip to content

Commit bfb4386

Browse files
author
David Rubinstein
committed
format
1 parent 76a759c commit bfb4386

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

basic_pitch/inference.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,11 @@ def predict(
423423
melodia_trick: bool = True,
424424
debug_file: Optional[pathlib.Path] = None,
425425
midi_tempo: float = 120,
426-
) -> Tuple[Dict[str, np.array], pretty_midi.PrettyMIDI, List[Tuple[float, float, int, float, Optional[List[int]]]],]:
426+
) -> Tuple[
427+
Dict[str, np.array],
428+
pretty_midi.PrettyMIDI,
429+
List[Tuple[float, float, int, float, Optional[List[int]]]],
430+
]:
427431
"""Run a single prediction.
428432
429433
Args:

0 commit comments

Comments
 (0)