mirror of
https://github.com/denizsafak/abogen.git
synced 2026-07-18 13:40:27 +02:00
Reformat using black
This commit is contained in:
+3
-1
@@ -10,7 +10,9 @@ import sys
|
||||
from types import ModuleType
|
||||
|
||||
|
||||
def _soundfile_write_stub(file_obj, data, samplerate, format="WAV", **_kwargs): # pragma: no cover - stub
|
||||
def _soundfile_write_stub(
|
||||
file_obj, data, samplerate, format="WAV", **_kwargs
|
||||
): # pragma: no cover - stub
|
||||
"""Minimal stand-in for soundfile.write used in tests.
|
||||
|
||||
The real library streams waveform data to disk. Our tests don't exercise
|
||||
|
||||
Reference in New Issue
Block a user