Skip to content

Commit 0b2f817

Browse files
committed
more lint
Signed-off-by: Bill Nell <bnell@redhat.com>
1 parent 12e42ea commit 0b2f817

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

vllm/model_executor/layers/fused_moe/deep_gemm_moe.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@
1515
MoEPrepareAndFinalizeNoEP)
1616
from vllm.model_executor.layers.fused_moe.utils import (
1717
_resize_cache, per_token_group_quant_fp8)
18-
from vllm.model_executor.layers.quantization.deepgemm import (
19-
m_grouped_gemm_fp8_fp8_bf16_nt_contiguous_deepgemm as
20-
m_grouped_gemm_fp8_fp8_bf16_nt_contiguous_deepgemm)
18+
from vllm.model_executor.layers.quantization.deepgemm import ( # noqa: E501
19+
m_grouped_gemm_fp8_fp8_bf16_nt_contiguous_deepgemm as m_grouped_gemm_fp8_fp8_bf16_nt_contiguous_deepgemm)
2120
from vllm.utils import round_up
2221

2322
logger = init_logger(__name__)

0 commit comments

Comments
 (0)