Skip to content

Commit c98c0ad

Browse files
committed
Update processing_voxtral.py
1 parent d73c007 commit c98c0ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transformers/models/voxtral/processing_voxtral.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
# limitations under the License.
1515

1616
import io
17+
import warnings
1718
from typing import Optional, Union
1819

1920
from ...utils import is_mistral_common_available, is_soundfile_available, is_torch_available, logging
@@ -33,7 +34,6 @@
3334
from ...processing_utils import AllKwargsForChatTemplate, AudioKwargs, ProcessingKwargs, ProcessorMixin, Unpack
3435
from ...tokenization_utils_base import PreTokenizedInput, TextInput
3536

36-
import warnings
3737

3838

3939
logger = logging.get_logger(__name__)

0 commit comments

Comments
 (0)