Skip to content

Commit f86feed

Browse files
committed
more linting
Signed-off-by: Antoni Viros i Martin <[email protected]>
1 parent a01a916 commit f86feed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fms_mo/aiu_addons/fp8/fp8_attn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
import math
1919

2020
# Third Party
21-
from fms.modules.attention import _sdpa_compute_op
2221
import torch
2322

2423
# Local
@@ -30,6 +29,7 @@
3029
# Third Party
3130
from fms.modules.attention import (
3231
AttentionKwargs,
32+
_sdpa_compute_op,
3333
_sdpa_update_attn_kwargs,
3434
register_attention_op,
3535
)

0 commit comments

Comments
 (0)