Update _mp3_converter.py to fix issue
This commit is contained in:
parent
1d2f231146
commit
b72ec04c60
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import tempfile
|
||||
import os
|
||||
from typing import Union
|
||||
from ._base import DocumentConverter, DocumentConverterResult
|
||||
from ._wav_converter import WavConverter
|
||||
|
|
|
|||
Loading…
Reference in a new issue