apply formatting with black (#1038)
* applying black (with the default 88-column limit) * add flake8 * add isort * fix isort
This commit is contained in:
@@ -2,7 +2,7 @@ import os.path
|
||||
|
||||
import numpy as np
|
||||
|
||||
from whisper.audio import load_audio, log_mel_spectrogram, SAMPLE_RATE
|
||||
from whisper.audio import SAMPLE_RATE, load_audio, log_mel_spectrogram
|
||||
|
||||
|
||||
def test_audio():
|
||||
|
||||
Reference in New Issue
Block a user