Skip to content

Commit 4b817cd

Browse files
committed
fix lint
Signed-off-by: ganyi <[email protected]>
1 parent cc69d0b commit 4b817cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/v1/attention/backends/mla/rocm_aiter_mla.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import math
55
from dataclasses import dataclass
6-
from typing import ClassVar, Optional, Union
6+
from typing import ClassVar
77

88
import torch
99

0 commit comments

Comments
 (0)