Skip to content

Commit 902af47

Browse files
committed
fix consistency
1 parent 433f56b commit 902af47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transformers/models/qwen3_vl/modular_qwen3_vl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
from ...modeling_utils import ALL_ATTENTION_FUNCTIONS
3434
from ...processing_utils import ProcessingKwargs, Unpack, VideosKwargs
3535
from ...tokenization_utils_base import PreTokenizedInput, TextInput
36-
from ...utils import auto_docstring, can_return_tuple, is_torchdynamo_compiling, logging
36+
from ...utils import auto_docstring, is_torchdynamo_compiling, logging
3737
from ...utils.generic import check_model_inputs
3838
from ...video_utils import VideoInput
3939
from ..qwen2_5_vl.modeling_qwen2_5_vl import (

0 commit comments

Comments
 (0)