Skip to content

Commit 4417b16

Browse files
committed
Add missing trailing newline to flash_dmattn/utils/padding.py
1 parent df5ade9 commit 4417b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flash_dmattn/utils/padding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,4 +167,4 @@ def upad_input(
167167
indices_q,
168168
(cu_seqlens_q, cu_seqlens_k),
169169
(max_seqlen_in_batch_q, max_seqlen_in_batch_k),
170-
)
170+
)

0 commit comments

Comments
 (0)